Skip to content
Snippets Groups Projects
Commit 68450dd1 authored by Arthur Coolen's avatar Arthur Coolen
Browse files

BugID: 998

Added Ring based points for autoload that aren't created by a controller atm.
parent b542f204
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,37 @@ void createInitialPoints() { ...@@ -93,6 +93,37 @@ void createInitialPoints() {
dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled"); dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PIC__enabled.","autoloaded|PIC"); dpSet("LOFAR_PIC__enabled.","autoloaded|PIC");
dpCreate("LOFAR_PIC_Core__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PIC_Core__enabled.","autoloaded|Core");
dpCreate("LOFAR_PermSW_Core__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PermSW_Core__enabled.","autoloaded|Core");
dpCreate("LOFAR_PIC_Core_CS001__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PIC_Core_CS001__enabled.","autoloaded|CS001");
dpCreate("LOFAR_PIC_Core_CS008__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PIC_Core_CS008__enabled.","autoloaded|CS008");
dpCreate("LOFAR_PIC_Core_CS010__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PIC_Core_CS010__enabled.","autoloaded|CS010");
dpCreate("LOFAR_PIC_Core_CS016__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PIC_Core_CS016__enabled.","autoloaded|CS016");
dpCreate("LOFAR_PermSW_Core_CS001__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PermSW_Core_CS001__enabled.","autoloaded|CS001");
dpCreate("LOFAR_PermSW_Core_CS008__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PermSW_Core_CS008__enabled.","autoloaded|CS008");
dpCreate("LOFAR_PermSW_Core_CS010__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PermSW_Core_CS010__enabled.","autoloaded|CS010");
dpCreate("LOFAR_PermSW_Core_CS016__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PermSW_Core_CS016__enabled.","autoloaded|CS016");
} else { // Station } else { // Station
dpCreate("LOFAR__enabled", "GCFPaPsEnabled"); dpCreate("LOFAR__enabled", "GCFPaPsEnabled");
dpSet("LOFAR__enabled.","autoloaded|StnLOFAR"); dpSet("LOFAR__enabled.","autoloaded|StnLOFAR");
......
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