Skip to content
Snippets Groups Projects
Commit 05ad7b52 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Expose debug mode in var

parent dccebc1e
No related branches found
No related tags found
1 merge request!30E3-1392: Module review fixes
Pipeline #177002 passed
......@@ -16,6 +16,7 @@
#- AUTOSAVE_VALUES_PERIOD_PASS0 - Optional, Default 5
#- AUTOSAVE_VALUES_PERIOD_PASS1 - Optional, Default 10
#- AUTOSAVE_SETTINGS_PERIOD - Optional, Default 5
#- AUTOSAVE_DEBUG_MODE - Optional, Default 0
set_savefile_path ("$(AS_TOP)/$(IOCDIR)", "/save")
set_requestfile_path ("$(AS_TOP)/$(IOCDIR)", "/req")
......@@ -27,7 +28,7 @@ system("install -d $(AS_TOP)/$(IOCDIR)/req")
save_restoreSet_status_prefix("$(IOCNAME):as-")
#- Debug-output level
save_restoreSet_Debug(0)
save_restoreSet_Debug($(AUTOSAVE_DEBUG_MODE=0))
#- Ok to save/restore save sets with missing values (no CA connection to PV)?
save_restoreSet_IncompleteSetsOk($(AUTOSAVE_INCOMPLETE=1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment