89 lines
1.9 KiB
Plaintext
89 lines
1.9 KiB
Plaintext
|
|
testScalar
|
|
boolean boolean
|
|
byte byte
|
|
short short
|
|
int int
|
|
long long
|
|
float float
|
|
double double
|
|
string string
|
|
|
|
testScalarArray
|
|
boolean[] boolean
|
|
byte[] byte
|
|
short[] short
|
|
int[] int
|
|
long[] long
|
|
float[] float
|
|
double[] double
|
|
string[] string
|
|
|
|
testSimpleStructure
|
|
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
|
|
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
|
|
structure[] value
|
|
structure powerSupply
|
|
structure voltage
|
|
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
|
|
int userTag
|
|
pvField: totalConstruct 49 totalDestruct 49
|
|
field: totalConstruct 122 totalDestruct 122
|