84 lines
1.9 KiB
Plaintext
84 lines
1.9 KiB
Plaintext
|
|
testScalar
|
|
boolean boolean
|
|
byte byte
|
|
short short
|
|
int int
|
|
long long
|
|
float float
|
|
double double
|
|
string string
|
|
|
|
testScalarArray
|
|
booleanArray boolean
|
|
byteArray byte
|
|
shortArray short
|
|
intArray int
|
|
longArray long
|
|
floatArray float
|
|
doubleArray double
|
|
stringArray string
|
|
|
|
testSimpleStructure
|
|
structure value
|
|
double value
|
|
structure alarm
|
|
int severity
|
|
string message
|
|
structure timeStamp
|
|
long secondsPastEpoch
|
|
int nanoSeconds
|
|
structure display
|
|
string description
|
|
string format
|
|
string units
|
|
structure limit
|
|
double low
|
|
double high
|
|
structure control
|
|
structure limit
|
|
double low
|
|
double high
|
|
double minStep
|
|
structure valueAlarm
|
|
boolean active
|
|
double lowAlarmLimit
|
|
double lowWarningLimit
|
|
double highWarningLimit
|
|
double highAlarmLimit
|
|
int lowAlarmSeverity
|
|
int lowWarningSeverity
|
|
int highWarningSeverity
|
|
int highAlarmSeverity
|
|
double hystersis
|
|
|
|
testStructureArray
|
|
structure value
|
|
structureArray value
|
|
structure powerSupply
|
|
structure voltage
|
|
double value
|
|
structure alarm
|
|
int severity
|
|
string message
|
|
structure power
|
|
double value
|
|
structure alarm
|
|
int severity
|
|
string message
|
|
structure current
|
|
double value
|
|
structure alarm
|
|
int severity
|
|
string message
|
|
structure alarm
|
|
int severity
|
|
string message
|
|
structure timeStamp
|
|
long secondsPastEpoch
|
|
int nanoSeconds
|
|
linkedListNode: totalConstruct 5 totalDestruct 0
|
|
linkedList: totalConstruct 1 totalDestruct 0
|
|
field: totalConstruct 156 totalDestruct 63 totalReference 93
|
|
pvField: totalConstruct 55 totalDestruct 55
|