jca.dbr
Class DBR_GR_DBByte

java.lang.Object
  |
  +--jca.dbr.DBR_DBByte
        |
        +--jca.dbr.DBR_STS_DBByte
              |
              +--jca.dbr.DBR_GR_DBByte
All Implemented Interfaces:
DBR, DBR_GR, DBR_STS
Direct Known Subclasses:
DBR_CTRL_DBByte

public class DBR_GR_DBByte
extends DBR_STS_DBByte
implements DBR_GR

This class represents the Channel Access DBR_GR_CHAR type.


Field Summary
protected  byte m_lower_alarm_limit
           
protected  byte m_lower_disp_limit
           
protected  byte m_lower_warning_limit
           
protected  java.lang.String m_units
           
protected  byte m_upper_alarm_limit
           
protected  byte m_upper_disp_limit
           
protected  byte m_upper_warning_limit
           
 
Fields inherited from class jca.dbr.DBR_STS_DBByte
m_severity, m_status
 
Fields inherited from class jca.dbr.DBR_DBByte
m_count, m_value
 
Fields inherited from interface jca.dbr.DBR
BYTE, CTRL_BYTE, CTRL_DOUBLE, CTRL_FLOAT, CTRL_INT, CTRL_SHORT, DOUBLE, ENUM, FLOAT, GR_BYTE, GR_DOUBLE, GR_FLOAT, GR_INT, GR_SHORT, INFO_ENUM, INT, PUT_ACKS, PUT_ACKT, SHORT, STRING, STS_BYTE, STS_DOUBLE, STS_ENUM, STS_FLOAT, STS_INT, STS_SHORT, STS_STRING, STSACK_STRING, TIME_BYTE, TIME_DOUBLE, TIME_ENUM, TIME_FLOAT, TIME_INT, TIME_SHORT, TIME_STRING
 
Constructor Summary
DBR_GR_DBByte()
           
DBR_GR_DBByte(int count)
           
 
Method Summary
 jca.dbr.DBData lowerAlarmLimit()
          Return the lower alarm limit
 jca.dbr.DBData lowerDispLimit()
          Return the lower display limit
 jca.dbr.DBData lowerWarningLimit()
          Return the lower warning limit
 int type()
          Return the DBR type of the object.
 java.lang.String units()
          Return the units string
 void update(gov.aps.epics.jca.dbr.DBR source)
           
 jca.dbr.DBData upperAlarmLimit()
          Return the upper alarm limit
 jca.dbr.DBData upperDispLimit()
          Return the upper display limit
 jca.dbr.DBData upperWarningLimit()
          Return the upper warning limit
 
Methods inherited from class jca.dbr.DBR_STS_DBByte
severity, status
 
Methods inherited from class jca.dbr.DBR_DBByte
count, dataAt, value, valueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jca.dbr.DBR_STS
severity, status
 
Methods inherited from interface jca.dbr.DBR
count, dataAt
 

Field Detail

m_units

protected java.lang.String m_units

m_upper_disp_limit

protected byte m_upper_disp_limit

m_lower_disp_limit

protected byte m_lower_disp_limit

m_upper_alarm_limit

protected byte m_upper_alarm_limit

m_upper_warning_limit

protected byte m_upper_warning_limit

m_lower_warning_limit

protected byte m_lower_warning_limit

m_lower_alarm_limit

protected byte m_lower_alarm_limit
Constructor Detail

DBR_GR_DBByte

public DBR_GR_DBByte()

DBR_GR_DBByte

public DBR_GR_DBByte(int count)
Method Detail

type

public int type()
Description copied from interface: DBR
Return the DBR type of the object.

Specified by:
type in interface DBR
Overrides:
type in class DBR_STS_DBByte

units

public java.lang.String units()
Description copied from interface: DBR_GR
Return the units string

Specified by:
units in interface DBR_GR

upperDispLimit

public jca.dbr.DBData upperDispLimit()
Description copied from interface: DBR_GR
Return the upper display limit

Specified by:
upperDispLimit in interface DBR_GR

lowerDispLimit

public jca.dbr.DBData lowerDispLimit()
Description copied from interface: DBR_GR
Return the lower display limit

Specified by:
lowerDispLimit in interface DBR_GR

upperAlarmLimit

public jca.dbr.DBData upperAlarmLimit()
Description copied from interface: DBR_GR
Return the upper alarm limit

Specified by:
upperAlarmLimit in interface DBR_GR

upperWarningLimit

public jca.dbr.DBData upperWarningLimit()
Description copied from interface: DBR_GR
Return the upper warning limit

Specified by:
upperWarningLimit in interface DBR_GR

lowerWarningLimit

public jca.dbr.DBData lowerWarningLimit()
Description copied from interface: DBR_GR
Return the lower warning limit

Specified by:
lowerWarningLimit in interface DBR_GR

lowerAlarmLimit

public jca.dbr.DBData lowerAlarmLimit()
Description copied from interface: DBR_GR
Return the lower alarm limit

Specified by:
lowerAlarmLimit in interface DBR_GR

update

public void update(gov.aps.epics.jca.dbr.DBR source)
Specified by:
update in interface DBR
Overrides:
update in class DBR_STS_DBByte