Package xal.ca

Interface ChannelStatusRecord

All Superinterfaces:
ChannelRecord
All Known Subinterfaces:
ChannelTimeRecord
All Known Implementing Classes:
ChannelStatusRecordImpl, ChannelTimeRecordImpl, Epics7ChannelStatusRecord, Epics7ChannelTimeRecord

public interface ChannelStatusRecord extends ChannelRecord
ChannelStatusRecord is a wrapper for channel data that has a value along with status information.
Author:
tap
  • 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.