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)
#in case of make install these files will be copied to the bindir beside the test apps
configfilesdir=$(bindir)
configfiles_DATA =
#customPrepPVSSDB.ctl
configfiles_DATA = customPrepPVSSDB.ctl
sysconf_DATA = StationControl.conf \
StationControl.log_prop
......
// this script must reside in the <PVSS project>/scripts directory
main()
{
// create an enabled flag for CCU_PIC
// dpCreate("PIC__enabled", "GCFPaPsEnabled");
// dpSet("PIC__enabled.","autoloaded|TCcuPic");
// dpCreate("PIC_Stations__enabled", "GCFPaPsEnabled");
// dpSet("PIC_Stations__enabled.","autoloaded|TCcuPic");
// dpCreate("PIC_CEP__enabled", "GCFPaPsEnabled");
// dpSet("PIC_CEP__enabled.","autoloaded|TCcuCep");
// dpCreate("GSO__enabled", "GCFPaPsEnabled");
// dpSet("GSO__enabled.","autoloaded|TCcuPic");
// dpCreate("VIC__enabled", "GCFPaPsEnabled");
// dpSet("VIC__enabled.","autoloaded|TCcuPic");
dpCreate("LOFAR__enabled", "GCFPaPsEnabled");
dpSet("LOFAR__enabled.","autoloaded|StnLOFAR");
dpCreate("LOFAR_PermSW__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_PermSW__enabled.","autoloaded|StnPermSW");
dpCreate("LOFAR_ObsSW__enabled", "GCFPaPsEnabled");
dpSet("LOFAR_ObsSW__enabled.","autoloaded|StnObsSW");
dpCreate("LOFAR_PIC__enabled", "GCFPaPsEnabled");
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.
Please register or to comment