|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--jca.dbr.DBR_DBDouble
|
+--jca.dbr.DBR_STS_DBDouble
|
+--jca.dbr.DBR_GR_DBDouble
This class represents the Channel Access DBR_GR_DOUBLE type.
| Field Summary | |
protected double |
m_lower_alarm_limit
|
protected double |
m_lower_disp_limit
|
protected double |
m_lower_warning_limit
|
protected short |
m_precision
|
protected java.lang.String |
m_units
|
protected double |
m_upper_alarm_limit
|
protected double |
m_upper_disp_limit
|
protected double |
m_upper_warning_limit
|
| Fields inherited from class jca.dbr.DBR_STS_DBDouble |
m_severity, m_status |
| Fields inherited from class jca.dbr.DBR_DBDouble |
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_DBDouble()
|
|
DBR_GR_DBDouble(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 |
short |
precision()
|
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_DBDouble |
severity, status |
| Methods inherited from class jca.dbr.DBR_DBDouble |
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 |
protected short m_precision
protected java.lang.String m_units
protected double m_upper_disp_limit
protected double m_lower_disp_limit
protected double m_upper_alarm_limit
protected double m_upper_warning_limit
protected double m_lower_warning_limit
protected double m_lower_alarm_limit
| Constructor Detail |
public DBR_GR_DBDouble()
public DBR_GR_DBDouble(int count)
| Method Detail |
public int type()
DBR
type in interface DBRtype in class DBR_STS_DBDoublepublic short precision()
public java.lang.String units()
DBR_GR
units in interface DBR_GRpublic jca.dbr.DBData upperDispLimit()
DBR_GR
upperDispLimit in interface DBR_GRpublic jca.dbr.DBData lowerDispLimit()
DBR_GR
lowerDispLimit in interface DBR_GRpublic jca.dbr.DBData upperAlarmLimit()
DBR_GR
upperAlarmLimit in interface DBR_GRpublic jca.dbr.DBData upperWarningLimit()
DBR_GR
upperWarningLimit in interface DBR_GRpublic jca.dbr.DBData lowerWarningLimit()
DBR_GR
lowerWarningLimit in interface DBR_GRpublic jca.dbr.DBData lowerAlarmLimit()
DBR_GR
lowerAlarmLimit in interface DBR_GRpublic void update(gov.aps.epics.jca.dbr.DBR source)
update in interface DBRupdate in class DBR_STS_DBDouble
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||