Package xal.ca
Interface ChannelStatusRecord
- All Superinterfaces:
ChannelRecord
- All Known Subinterfaces:
ChannelTimeRecord
- All Known Implementing Classes:
ChannelStatusRecordImpl
,ChannelTimeRecordImpl
,Epics7ChannelStatusRecord
,Epics7ChannelTimeRecord
ChannelStatusRecord is a wrapper for channel data that has a value along with
status information.
- Author:
- tap
-
Method Summary
Methods inherited from interface xal.ca.ChannelRecord
applyTransform, arrayValue, byteArray, byteValue, byteValueAt, doubleArray, doubleValue, doubleValueAt, floatArray, floatValue, floatValueAt, getCount, getType, intArray, intValue, intValueAt, longArray, longValue, longValueAt, shortArray, shortValue, shortValueAt, stringArray, stringValue, stringValueAt, toString
-
Method Details
-
status
int status()Get the internal status code for this data.- Returns:
- the status code for this data.
-
severity
int severity()Get the internal severity code for this data.- Returns:
- the severity code for this data.
-