support for alarm status, timeStamp.userTag, and alarm limits
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--- testBaseExceptionGold 2011-04-27 13:11:55.000000000 -0400
|
||||
+++ testBaseException 2011-09-22 08:15:26.000000000 -0400
|
||||
+++ testBaseException 2011-10-21 08:41:54.000000000 -0400
|
||||
@@ -1,37 +1,46 @@
|
||||
+
|
||||
+
|
||||
|
||||
@@ -24,10 +24,12 @@ structure value
|
||||
double value
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure timeStamp
|
||||
long secondsPastEpoch
|
||||
int nanoSeconds
|
||||
int userTag
|
||||
structure display
|
||||
string description
|
||||
string format
|
||||
@@ -60,22 +62,27 @@ structure value
|
||||
double value
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure power
|
||||
double value
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure current
|
||||
double value
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure timeStamp
|
||||
long secondsPastEpoch
|
||||
int nanoSeconds
|
||||
pvField: totalConstruct 47 totalDestruct 47
|
||||
field: totalConstruct 120 totalDestruct 120
|
||||
int userTag
|
||||
pvField: totalConstruct 49 totalDestruct 49
|
||||
field: totalConstruct 122 totalDestruct 122
|
||||
|
||||
@@ -24,10 +24,12 @@ structure value
|
||||
double value
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure timeStamp
|
||||
long secondsPastEpoch
|
||||
int nanoSeconds
|
||||
int userTag
|
||||
structure display
|
||||
string description
|
||||
string format
|
||||
@@ -60,22 +62,27 @@ structure value
|
||||
double value
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure power
|
||||
double value
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure current
|
||||
double value
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure alarm
|
||||
int severity
|
||||
int status
|
||||
string message
|
||||
structure timeStamp
|
||||
long secondsPastEpoch
|
||||
int nanoSeconds
|
||||
pvField: totalConstruct 47 totalDestruct 47
|
||||
field: totalConstruct 120 totalDestruct 120
|
||||
int userTag
|
||||
pvField: totalConstruct 49 totalDestruct 49
|
||||
field: totalConstruct 122 totalDestruct 122
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
|
||||
Time test
|
||||
diff 25.975918 milliSeconds
|
||||
time per iteration 25.975918 microseconds
|
||||
time per addTail/removeHead 0.012988 microseconds
|
||||
diff 26.014862 milliSeconds
|
||||
time per iteration 26.014862 microseconds
|
||||
time per addTail/removeHead 0.013007 microseconds
|
||||
|
||||
Time test locked
|
||||
diff 180.990311 milliSeconds
|
||||
time per iteration 180.990311 microseconds
|
||||
time per addTail/removeHead 0.090495 microseconds
|
||||
diff 207.007364 milliSeconds
|
||||
time per iteration 207.007364 microseconds
|
||||
time per addTail/removeHead 0.103504 microseconds
|
||||
|
||||
Time std::list test
|
||||
diff 634.817044 milliSeconds
|
||||
time per iteration 634.817044 microseconds
|
||||
time per addTail/removeHead 0.317409 microseconds
|
||||
diff 633.793804 milliSeconds
|
||||
time per iteration 633.793804 microseconds
|
||||
time per addTail/removeHead 0.316897 microseconds
|
||||
|
||||
Time std::list test locked
|
||||
diff 801.805946 milliSeconds
|
||||
time per iteration 801.805946 microseconds
|
||||
time per addTail/removeHead 0.400903 microseconds
|
||||
diff 787.046498 milliSeconds
|
||||
time per iteration 787.046498 microseconds
|
||||
time per addTail/removeHead 0.393523 microseconds
|
||||
|
||||
@@ -29,4 +29,4 @@ structure parent
|
||||
structure child2
|
||||
string Jane Bad Girl
|
||||
pvField: totalConstruct 15 totalDestruct 15
|
||||
field: totalConstruct 108 totalDestruct 108
|
||||
field: totalConstruct 110 totalDestruct 110
|
||||
|
||||
@@ -29,4 +29,4 @@ structure parent
|
||||
structure child2
|
||||
string Jane Bad Girl
|
||||
pvField: totalConstruct 15 totalDestruct 15
|
||||
field: totalConstruct 108 totalDestruct 108
|
||||
field: totalConstruct 110 totalDestruct 110
|
||||
|
||||
@@ -4,10 +4,12 @@ structure value
|
||||
double value 0
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
display display
|
||||
string description
|
||||
string format
|
||||
@@ -23,26 +25,28 @@ structure value
|
||||
double low 0
|
||||
double high 0
|
||||
double minStep 0
|
||||
value offset 0 next 20 number 20
|
||||
value offset 0 next 22 number 22
|
||||
value offset 1 next 2 number 1
|
||||
alarm offset 2 next 5 number 3
|
||||
alarm offset 2 next 6 number 4
|
||||
severity offset 3 next 4 number 1
|
||||
message offset 4 next 5 number 1
|
||||
timeStamp offset 5 next 8 number 3
|
||||
secondsPastEpoch offset 6 next 7 number 1
|
||||
nanoSeconds offset 7 next 8 number 1
|
||||
display offset 8 next 15 number 7
|
||||
description offset 9 next 10 number 1
|
||||
format offset 10 next 11 number 1
|
||||
units offset 11 next 12 number 1
|
||||
limit offset 12 next 15 number 3
|
||||
low offset 13 next 14 number 1
|
||||
high offset 14 next 15 number 1
|
||||
control offset 15 next 20 number 5
|
||||
limit offset 16 next 19 number 3
|
||||
low offset 17 next 18 number 1
|
||||
high offset 18 next 19 number 1
|
||||
minStep offset 19 next 20 number 1
|
||||
status offset 4 next 5 number 1
|
||||
message offset 5 next 6 number 1
|
||||
timeStamp offset 6 next 10 number 4
|
||||
secondsPastEpoch offset 7 next 8 number 1
|
||||
nanoSeconds offset 8 next 9 number 1
|
||||
userTag offset 9 next 10 number 1
|
||||
display offset 10 next 17 number 7
|
||||
description offset 11 next 12 number 1
|
||||
format offset 12 next 13 number 1
|
||||
units offset 13 next 14 number 1
|
||||
limit offset 14 next 17 number 3
|
||||
low offset 15 next 16 number 1
|
||||
high offset 16 next 17 number 1
|
||||
control offset 17 next 22 number 5
|
||||
limit offset 18 next 21 number 3
|
||||
low offset 19 next 20 number 1
|
||||
high offset 20 next 21 number 1
|
||||
minStep offset 21 next 22 number 1
|
||||
pvAuxInfo: totalConstruct 1 totalDestruct 1
|
||||
pvField: totalConstruct 22 totalDestruct 22
|
||||
field: totalConstruct 97 totalDestruct 97
|
||||
pvField: totalConstruct 24 totalDestruct 24
|
||||
field: totalConstruct 99 totalDestruct 99
|
||||
|
||||
@@ -4,10 +4,12 @@ structure value
|
||||
double value 0
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
display display
|
||||
string description
|
||||
string format
|
||||
@@ -23,26 +25,28 @@ structure value
|
||||
double low 0
|
||||
double high 0
|
||||
double minStep 0
|
||||
value offset 0 next 20 number 20
|
||||
value offset 0 next 22 number 22
|
||||
value offset 1 next 2 number 1
|
||||
alarm offset 2 next 5 number 3
|
||||
alarm offset 2 next 6 number 4
|
||||
severity offset 3 next 4 number 1
|
||||
message offset 4 next 5 number 1
|
||||
timeStamp offset 5 next 8 number 3
|
||||
secondsPastEpoch offset 6 next 7 number 1
|
||||
nanoSeconds offset 7 next 8 number 1
|
||||
display offset 8 next 15 number 7
|
||||
description offset 9 next 10 number 1
|
||||
format offset 10 next 11 number 1
|
||||
units offset 11 next 12 number 1
|
||||
limit offset 12 next 15 number 3
|
||||
low offset 13 next 14 number 1
|
||||
high offset 14 next 15 number 1
|
||||
control offset 15 next 20 number 5
|
||||
limit offset 16 next 19 number 3
|
||||
low offset 17 next 18 number 1
|
||||
high offset 18 next 19 number 1
|
||||
minStep offset 19 next 20 number 1
|
||||
status offset 4 next 5 number 1
|
||||
message offset 5 next 6 number 1
|
||||
timeStamp offset 6 next 10 number 4
|
||||
secondsPastEpoch offset 7 next 8 number 1
|
||||
nanoSeconds offset 8 next 9 number 1
|
||||
userTag offset 9 next 10 number 1
|
||||
display offset 10 next 17 number 7
|
||||
description offset 11 next 12 number 1
|
||||
format offset 12 next 13 number 1
|
||||
units offset 13 next 14 number 1
|
||||
limit offset 14 next 17 number 3
|
||||
low offset 15 next 16 number 1
|
||||
high offset 16 next 17 number 1
|
||||
control offset 17 next 22 number 5
|
||||
limit offset 18 next 21 number 3
|
||||
low offset 19 next 20 number 1
|
||||
high offset 20 next 21 number 1
|
||||
minStep offset 21 next 22 number 1
|
||||
pvAuxInfo: totalConstruct 1 totalDestruct 1
|
||||
pvField: totalConstruct 22 totalDestruct 22
|
||||
field: totalConstruct 97 totalDestruct 97
|
||||
pvField: totalConstruct 24 totalDestruct 24
|
||||
field: totalConstruct 99 totalDestruct 99
|
||||
|
||||
@@ -5,10 +5,12 @@ structure top
|
||||
double value 0
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure valueAlarm
|
||||
boolean active false
|
||||
double lowAlarmLimit 0
|
||||
@@ -35,10 +37,12 @@ structure boolean
|
||||
boolean value true
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
structure valueAlarm
|
||||
boolean active false
|
||||
int falseSeverity 0
|
||||
@@ -48,10 +52,12 @@ structure byte
|
||||
byte value 127
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -79,10 +85,12 @@ structure short
|
||||
short value 32767
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -110,10 +118,12 @@ structure int
|
||||
int value -2147483648
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -141,10 +151,12 @@ structure long
|
||||
long value -9223372032559808513
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -172,10 +184,12 @@ structure float
|
||||
float value 1.123e+08
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -203,10 +217,12 @@ structure double
|
||||
double value 1.123e+35
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -234,75 +250,93 @@ structure string
|
||||
string value this is a string
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
|
||||
testScalarArray
|
||||
structure boolean
|
||||
boolean[] value [true,false,true]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure byte
|
||||
byte[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure short
|
||||
short[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure int
|
||||
int[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure long
|
||||
long[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure float
|
||||
float[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure double
|
||||
double[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure string
|
||||
string[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
pvField: totalConstruct 302 totalDestruct 302
|
||||
field: totalConstruct 139 totalDestruct 139
|
||||
int userTag 0
|
||||
pvField: totalConstruct 336 totalDestruct 336
|
||||
field: totalConstruct 141 totalDestruct 141
|
||||
|
||||
@@ -5,10 +5,12 @@ structure top
|
||||
double value 0
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure valueAlarm
|
||||
boolean active false
|
||||
double lowAlarmLimit 0
|
||||
@@ -35,10 +37,12 @@ structure boolean
|
||||
boolean value true
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
structure valueAlarm
|
||||
boolean active false
|
||||
int falseSeverity 0
|
||||
@@ -48,10 +52,12 @@ structure byte
|
||||
byte value 127
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -79,10 +85,12 @@ structure short
|
||||
short value 32767
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -110,10 +118,12 @@ structure int
|
||||
int value -2147483648
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -141,10 +151,12 @@ structure long
|
||||
long value -9223372032559808513
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -172,10 +184,12 @@ structure float
|
||||
float value 1.123e+08
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -203,10 +217,12 @@ structure double
|
||||
double value 1.123e+35
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
display display
|
||||
string description this is a description
|
||||
string format f10.2
|
||||
@@ -234,75 +250,93 @@ structure string
|
||||
string value this is a string
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 0
|
||||
string message messageForAlarm
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 123456789
|
||||
int nanoSeconds 1000000
|
||||
int userTag 0
|
||||
|
||||
testScalarArray
|
||||
structure boolean
|
||||
boolean[] value [true,false,true]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure byte
|
||||
byte[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure short
|
||||
short[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure int
|
||||
int[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure long
|
||||
long[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure float
|
||||
float[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure double
|
||||
double[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
structure string
|
||||
string[] value [0,1,2]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
pvField: totalConstruct 302 totalDestruct 302
|
||||
field: totalConstruct 139 totalDestruct 139
|
||||
int userTag 0
|
||||
pvField: totalConstruct 336 totalDestruct 336
|
||||
field: totalConstruct 141 totalDestruct 141
|
||||
|
||||
@@ -6,87 +6,104 @@ structure powerSupply
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
after remove 0,1,3structure powerSupply
|
||||
structure[] value
|
||||
null
|
||||
@@ -96,16 +113,19 @@ after remove 0,1,3structure powerSupply
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
null
|
||||
structure powerSupply
|
||||
@@ -113,23 +133,28 @@ after remove 0,1,3structure powerSupply
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
after compressstructure powerSupply
|
||||
structure[] value
|
||||
structure powerSupply
|
||||
@@ -137,38 +162,46 @@ after compressstructure powerSupply
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
pvField: totalConstruct 88 totalDestruct 88
|
||||
field: totalConstruct 102 totalDestruct 102
|
||||
int userTag 0
|
||||
pvField: totalConstruct 105 totalDestruct 105
|
||||
field: totalConstruct 104 totalDestruct 104
|
||||
|
||||
@@ -6,87 +6,104 @@ structure powerSupply
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
after remove 0,1,3structure powerSupply
|
||||
structure[] value
|
||||
null
|
||||
@@ -96,16 +113,19 @@ after remove 0,1,3structure powerSupply
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
null
|
||||
structure powerSupply
|
||||
@@ -113,23 +133,28 @@ after remove 0,1,3structure powerSupply
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
after compressstructure powerSupply
|
||||
structure[] value
|
||||
structure powerSupply
|
||||
@@ -137,38 +162,46 @@ after compressstructure powerSupply
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure powerSupply
|
||||
structure voltage
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure power
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
structure current
|
||||
double value 0
|
||||
structure alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
pvField: totalConstruct 88 totalDestruct 88
|
||||
field: totalConstruct 102 totalDestruct 102
|
||||
int userTag 0
|
||||
pvField: totalConstruct 105 totalDestruct 105
|
||||
field: totalConstruct 104 totalDestruct 104
|
||||
|
||||
@@ -2,10 +2,12 @@ structure value
|
||||
double value 0
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
display display
|
||||
string description
|
||||
string format
|
||||
@@ -24,12 +26,14 @@ structure value
|
||||
string[] choices [0,1,2,3]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
testAlarm
|
||||
message testMessage severity major
|
||||
message testMessage severity MAJOR status CLIENT
|
||||
testTimeStamp
|
||||
testControl
|
||||
low 1.000000 high 10.000000
|
||||
@@ -43,10 +47,12 @@ structure value
|
||||
double value 0
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 7
|
||||
string message testMessage
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 32
|
||||
display display
|
||||
string description testDescription
|
||||
string format %f10.0
|
||||
@@ -66,9 +72,11 @@ structure value
|
||||
string[] choices [0,1,2,3]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
pvField: totalConstruct 30 totalDestruct 30
|
||||
field: totalConstruct 99 totalDestruct 99
|
||||
int userTag 0
|
||||
pvField: totalConstruct 34 totalDestruct 34
|
||||
field: totalConstruct 101 totalDestruct 101
|
||||
|
||||
@@ -1 +1 @@
|
||||
2011.09.22 08:15:32 297500698 nanoSeconds isDst true
|
||||
2011.10.21 08:41:59 266990875 nanoSeconds isDst true userTag 32
|
||||
|
||||
@@ -2,10 +2,12 @@ structure value
|
||||
double value 0
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
display display
|
||||
string description
|
||||
string format
|
||||
@@ -24,12 +26,14 @@ structure value
|
||||
string[] choices [0,1,2,3]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 0
|
||||
testAlarm
|
||||
message testMessage severity major
|
||||
message testMessage severity MAJOR status CLIENT
|
||||
testTimeStamp
|
||||
testControl
|
||||
low 1.000000 high 10.000000
|
||||
@@ -43,10 +47,12 @@ structure value
|
||||
double value 0
|
||||
alarm alarm
|
||||
int severity 2
|
||||
int status 7
|
||||
string message testMessage
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
int userTag 32
|
||||
display display
|
||||
string description testDescription
|
||||
string format %f10.0
|
||||
@@ -66,9 +72,11 @@ structure value
|
||||
string[] choices [0,1,2,3]
|
||||
alarm alarm
|
||||
int severity 0
|
||||
int status 0
|
||||
string message
|
||||
timeStamp timeStamp
|
||||
long secondsPastEpoch 0
|
||||
int nanoSeconds 0
|
||||
pvField: totalConstruct 30 totalDestruct 30
|
||||
field: totalConstruct 99 totalDestruct 99
|
||||
int userTag 0
|
||||
pvField: totalConstruct 34 totalDestruct 34
|
||||
field: totalConstruct 101 totalDestruct 101
|
||||
|
||||
@@ -1 +1 @@
|
||||
time per call 35.942059 microseconds
|
||||
time per call 37.044874 microseconds
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
current 1316693731 343782420 milliSec 1316693731343
|
||||
2011.09.22 08:15:31 343782420 nanoSeconds isDst true
|
||||
current 1319200918 391667584 milliSec 1319200918391
|
||||
2011.10.21 08:41:58 391667584 nanoSeconds isDst true
|
||||
fromTime_t
|
||||
current 1316693731 0 milliSec 1316693731000
|
||||
2011.09.22 08:15:31 0 nanoSeconds isDst true
|
||||
current 1319200918 0 milliSec 1319200918000
|
||||
2011.10.21 08:41:58 0 nanoSeconds isDst true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
one requested 0.400000 diff 0.400292 seconds
|
||||
two requested 0.200000 diff 0.200304 seconds
|
||||
one requested 0.200000 diff 0.200222 seconds
|
||||
two requested 0.400000 diff 0.400264 seconds
|
||||
one requested 0.000000 diff 0.000075 seconds
|
||||
two requested 0.000000 diff 0.000100 seconds
|
||||
one requested 0.400000 diff 0.400280 seconds
|
||||
two requested 0.200000 diff 0.200272 seconds
|
||||
one requested 0.200000 diff 0.200357 seconds
|
||||
two requested 0.400000 diff 0.400289 seconds
|
||||
one requested 0.000000 diff 0.000028 seconds
|
||||
two requested 0.000000 diff 0.000044 seconds
|
||||
|
||||
Reference in New Issue
Block a user