jca.dbr
Class DBR_CTRL_DBDouble

java.lang.Object
  |
  +--jca.dbr.DBR_DBDouble
        |
        +--jca.dbr.DBR_STS_DBDouble
              |
              +--jca.dbr.DBR_GR_DBDouble
                    |
                    +--jca.dbr.DBR_CTRL_DBDouble

public class DBR_CTRL_DBDouble
extends DBR_GR_DBDouble
implements DBR_CTRL

This class represents the Channel Access DBR_CTRL_DOUBLE type.


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_DBDouble()
          Create a new DBR_CTRL_DBDouble object to hold 1 double.
DBR_CTRL_DBDouble(int count)
          Create a new DBR_CTRL_DBDouble object to hold count double.
 
Method Summary
 DBData lowerCtrlLimit()
          Return the lower control limit.
 int type()
          Return the Channel Access request type.
 DBData upperCtrlLimit()
          Return the upper control limit.
 
Methods inherited from class jca.dbr.DBR_GR_DBDouble
lowerAlarmLimit, lowerDispLimit, lowerWarningLimit, precision, units, upperAlarmLimit, upperDispLimit, upperWarningLimit
 
Methods inherited from class jca.dbr.DBR_STS_DBDouble
severity, status
 
Methods inherited from class jca.dbr.DBR_DBDouble
count, dataAt, value, valueAt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBR_CTRL_DBDouble

public DBR_CTRL_DBDouble()
Create a new DBR_CTRL_DBDouble object to hold 1 double.

DBR_CTRL_DBDouble

public DBR_CTRL_DBDouble(int count)
Create a new DBR_CTRL_DBDouble object to hold count double.
Parameters:
count - the number of double to be hold by this object.
Method Detail

type

public int type()
Return the Channel Access request type.
Overrides:
type in class DBR_GR_DBDouble

upperCtrlLimit

public DBData upperCtrlLimit()
Return the upper control limit.
Specified by:
upperCtrlLimit in interface DBR_CTRL

lowerCtrlLimit

public DBData lowerCtrlLimit()
Return the lower control limit.
Specified by:
lowerCtrlLimit in interface DBR_CTRL