Skip to content
Snippets Groups Projects
Commit b8360a46 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID:679

Added customPrepPVSSDB to station software.
parent f56845c8
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,7 @@ EXTRA_DIST = $(configfiles_DATA) $(sysconf_DATA) ...@@ -25,8 +25,7 @@ EXTRA_DIST = $(configfiles_DATA) $(sysconf_DATA)
#in case of make install these files will be copied to the bindir beside the test apps #in case of make install these files will be copied to the bindir beside the test apps
configfilesdir=$(bindir) configfilesdir=$(bindir)
configfiles_DATA = configfiles_DATA = customPrepPVSSDB.ctl
#customPrepPVSSDB.ctl
sysconf_DATA = StationControl.conf \ sysconf_DATA = StationControl.conf \
StationControl.log_prop StationControl.log_prop
......
// this script must reside in the <PVSS project>/scripts directory // this script must reside in the <PVSS project>/scripts directory
main() main()
{ {
// create an enabled flag for CCU_PIC dpCreate("LOFAR__enabled", "GCFPaPsEnabled");
// dpCreate("PIC__enabled", "GCFPaPsEnabled"); dpSet("LOFAR__enabled.","autoloaded|StnLOFAR");
// dpSet("PIC__enabled.","autoloaded|TCcuPic");
// dpCreate("PIC_Stations__enabled", "GCFPaPsEnabled"); dpCreate("LOFAR_PermSW__enabled", "GCFPaPsEnabled");
// dpSet("PIC_Stations__enabled.","autoloaded|TCcuPic"); dpSet("LOFAR_PermSW__enabled.","autoloaded|StnPermSW");
// dpCreate("PIC_CEP__enabled", "GCFPaPsEnabled");
// dpSet("PIC_CEP__enabled.","autoloaded|TCcuCep"); dpCreate("LOFAR_ObsSW__enabled", "GCFPaPsEnabled");
// dpCreate("GSO__enabled", "GCFPaPsEnabled"); dpSet("LOFAR_ObsSW__enabled.","autoloaded|StnObsSW");
// dpSet("GSO__enabled.","autoloaded|TCcuPic");
// dpCreate("VIC__enabled", "GCFPaPsEnabled"); dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled");
// dpSet("VIC__enabled.","autoloaded|TCcuPic"); dpSet("LOFAR_PIC__enabled.","autoloaded|StnPIC");
// dpDelete("GSO_MACScheduler");
} }
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