Class Epics7ChannelStatusRecord

All Implemented Interfaces:
ChannelRecord, ChannelStatusRecord
Direct Known Subclasses:
Epics7ChannelTimeRecord

public class Epics7ChannelStatusRecord extends Epics7ChannelRecord implements ChannelStatusRecord
ChannelStatusRecord implementation for Epics7.
Author:
Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
  • Field Details

  • Constructor Details

    • Epics7ChannelStatusRecord

      public Epics7ChannelStatusRecord(org.epics.pvdata.pv.PVStructure pvStructure)
      Creates new Epics7ChannelStatusRecord
      Parameters:
      pvStructure -
  • Method Details

    • status

      public int status()
      Get the internal status code for this data.
      Specified by:
      status in interface ChannelStatusRecord
      Returns:
      the status code for this data.
    • severity

      public int severity()
      Get the internal severity code for this data.
      Specified by:
      severity in interface ChannelStatusRecord
      Returns:
      the severity code for this data.
    • toString

      public String toString()
      Override the inherited method to return a description of this object.
      Specified by:
      toString in interface ChannelRecord
      Overrides:
      toString in class Epics7ChannelRecord
      Returns:
      A description of this object.