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

BugID: 1042

added GCFPaPsState point to trigger statechanges
removed childstate from clockboard snd SPUboard
parent a218a448
No related branches found
No related tags found
No related merge requests found
V 10
1
LANG:1 14 Subrack Detail
PANEL,245 109 951 694 N "_3DFace" 2
PANEL,320 184 951 694 N "_3DFace" 2
"$datapoint"
"$referenceDatapoint"
"main()
......
V 10
1
LANG:1 17 SubrackClockBoard
PANEL,245 109 735 210 N "_3DFace" 1
PANEL,459 137 735 210 N "_3DFace" 1
"$datapoint"
"main()
{
......@@ -10,8 +10,6 @@ PANEL,245 109 735 210 N "_3DFace" 1
navPMLloadPropertySet(baseDP);
// connect for childUpdates
showChildState(baseDP);
// connect for selfUpdates
showSelfState(baseDP);
......@@ -59,7 +57,7 @@ LAYER, 0
1
LANG:1 6 Layer1
6 0
"childStateBorder"
"border1"
""
1 50 140 E E E 1 E 1 E N "_WindowText" E N "_3DFace" E E
E E
......@@ -70,7 +68,7 @@ EE E
LANG:1 0
1
"dashclr"N "_Transparent"
E E 0 3 1 0 1 E U 1 E 50 70 663 140
E E 0 1 1 0 1 E U 1 E 50 70 663 140
2 1
"Text1"
""
......
V 10
1
LANG:1 15 SubRackSPUBoard
PANEL,252 141 745 269 N "_3DFace" 1
PANEL,459 137 745 269 N "_3DFace" 1
"$datapoint"
"main()
{
......@@ -9,8 +9,6 @@ PANEL,252 141 745 269 N "_3DFace" 1
// load propertysets from datapoints
navPMLloadPropertySet(baseDP);
// connect for childUpdates
showChildState(baseDP);
// connect for selfUpdates
showSelfState(baseDP);
......@@ -53,7 +51,7 @@ LAYER, 0
1
LANG:1 6 Layer1
6 0
"childStateBorder"
"border1"
""
1 50 140 E E E 1 E 1 E N "_WindowText" E N "_3DFace" E E
E E
......@@ -64,7 +62,7 @@ EE E
LANG:1 0
1
"dashclr"N "_Transparent"
E E 0 3 1 0 1 E U 1 E 50 70 663 140
E E 0 1 1 0 1 E U 1 E 50 70 663 140
2 1
"Text1"
""
......
......@@ -31,6 +31,7 @@ main()
dyn_string types;
types = dpTypes("GCF*");
handleType(types, "GCFPaPsState", DPEL_STRING);
handleType(types, "GCFPaPsEnabled", DPEL_STRING);
handleType(types, "GCFPaPsIndication", DPEL_STRING);
handleType(types, "GCFDistPort", DPEL_BLOB);
......@@ -53,6 +54,7 @@ main()
DebugN("Add type " + type);
dpCreate("__gcf_wd", type);
dpCreate("__pa_PSIndication", "GCFPaPsIndication");
dpCreate("__pa_PSState", "GCFPaPsState");
}
deleteDPs(string type)
......
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