jca.dbr
Class DBR_CTRL_DBShort

java.lang.Object
  |
  +--jca.dbr.DBR_DBShort
        |
        +--jca.dbr.DBR_STS_DBShort
              |
              +--jca.dbr.DBR_GR_DBShort
                    |
                    +--jca.dbr.DBR_CTRL_DBShort
All Implemented Interfaces:
DBR, DBR_CTRL, DBR_GR, DBR_STS

public class DBR_CTRL_DBShort
extends DBR_GR_DBShort
implements DBR_CTRL

This class represents the Channel Access DBR_CTRL_SHORT type.


Field Summary
 
Fields inherited from class jca.dbr.DBR_GR_DBShort
m_lower_alarm_limit, m_lower_disp_limit, m_lower_warning_limit, m_units, m_upper_alarm_limit, m_upper_disp_limit, m_upper_warning_limit
 
Fields inherited from class jca.dbr.DBR_STS_DBShort
m_severity, m_status
 
Fields inherited from class jca.dbr.DBR_DBShort
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_CTRL_DBShort()
          Create a new DBR_CTRL_DBShort object to hold 1 value.
DBR_CTRL_DBShort(int count)
          Create a new DBR_CTRL_DBShort object to hold count value.
 
Method Summary
 jca.dbr.DBData lowerCtrlLimit()
          Return the lower control limit.
 int type()
          Return the Channel Access request type.
 void update(gov.aps.epics.jca.dbr.DBR source)
           
 jca.dbr.DBData upperCtrlLimit()
          Return the upper control limit.
 
Methods inherited from class jca.dbr.DBR_GR_DBShort
lowerAlarmLimit, lowerDispLimit, lowerWarningLimit, units, upperAlarmLimit, upperDispLimit, upperWarningLimit
 
Methods inherited from class jca.dbr.DBR_STS_DBShort
severity, status
 
Methods inherited from class jca.dbr.DBR_DBShort
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_GR
lowerAlarmLimit, lowerDispLimit, lowerWarningLimit, units, upperAlarmLimit, upperDispLimit, upperWarningLimit
 
Methods inherited from interface jca.dbr.DBR_STS
severity, status
 
Methods inherited from interface jca.dbr.DBR
count, dataAt
 

Constructor Detail

DBR_CTRL_DBShort

public DBR_CTRL_DBShort()
Create a new DBR_CTRL_DBShort object to hold 1 value.


DBR_CTRL_DBShort

public DBR_CTRL_DBShort(int count)
Create a new DBR_CTRL_DBShort object to hold count value.

Parameters:
count - the number of values to be held by this object.
Method Detail

type

public int type()
Return the Channel Access request type.

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

upperCtrlLimit

public jca.dbr.DBData upperCtrlLimit()
Return the upper control limit.

Specified by:
upperCtrlLimit in interface DBR_CTRL

lowerCtrlLimit

public jca.dbr.DBData lowerCtrlLimit()
Return the lower control limit.

Specified by:
lowerCtrlLimit in interface DBR_CTRL

update

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