public class DBR_GR_Int extends DBR_TIME_Int implements GR
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
_lal |
protected Integer |
_ldl |
protected Integer |
_lwl |
protected Integer |
_ual |
protected Integer |
_udl |
protected String |
_unit |
protected Integer |
_uwl |
static DBRType |
TYPE |
_stamp_severity, _status| Constructor and Description |
|---|
DBR_GR_Int() |
DBR_GR_Int(int count) |
DBR_GR_Int(int[] value) |
| Modifier and Type | Method and Description |
|---|---|
DBR |
convert(DBRType convertType) |
Number |
getLowerAlarmLimit()
Get lower alarm limit.
|
Number |
getLowerDispLimit()
Get lower display limit.
|
Number |
getLowerWarningLimit()
Get lower warning limit.
|
TimeStamp |
getTimeStamp()
NOTE: this method will always return
null timestamp if
called from CA client. |
DBRType |
getType() |
String |
getUnits()
Get units.
|
Number |
getUpperAlarmLimit()
Get upper alarm limit.
|
Number |
getUpperDispLimit()
Get upper display limit.
|
Number |
getUpperWarningLimit()
Get upper warning limit.
|
void |
printInfo(PrintStream out) |
void |
setLowerAlarmLimit(Number limit) |
void |
setLowerDispLimit(Number limit) |
void |
setLowerWarningLimit(Number limit) |
void |
setTimeStamp(TimeStamp stamp)
Set timestamp.
|
void |
setUnits(String unit) |
void |
setUpperAlarmLimit(Number limit) |
void |
setUpperDispLimit(Number limit) |
void |
setUpperWarningLimit(Number limit) |
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatusgetIntValueconvert, getCount, getValue, isBYTE, isBYTE, isCTRL, isCTRL, isDOUBLE, isDOUBLE, isENUM, isENUM, isFLOAT, isFLOAT, isGR, isGR, isINT, isINT, isLABELS, isLABELS, isPRECISION, isPRECSION, isSHORT, isSHORT, isSTRING, isSTRING, isSTS, isSTS, isTIME, isTIME, printInfo, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatuspublic static final DBRType TYPE
protected String _unit
protected Integer _udl
protected Integer _ldl
protected Integer _ual
protected Integer _uwl
protected Integer _lwl
protected Integer _lal
public DBR_GR_Int()
public DBR_GR_Int(int count)
public DBR_GR_Int(int[] value)
public DBRType getType()
getType in class DBR_TIME_Intpublic Number getUpperDispLimit()
GRgetUpperDispLimit in interface GRnon-null.public void setUpperDispLimit(Number limit)
setUpperDispLimit in interface GRpublic Number getLowerDispLimit()
GRgetLowerDispLimit in interface GRnon-null.public void setLowerDispLimit(Number limit)
setLowerDispLimit in interface GRpublic Number getUpperAlarmLimit()
GRgetUpperAlarmLimit in interface GRnon-null.public void setUpperAlarmLimit(Number limit)
setUpperAlarmLimit in interface GRpublic Number getUpperWarningLimit()
GRgetUpperWarningLimit in interface GRnon-null.public void setUpperWarningLimit(Number limit)
setUpperWarningLimit in interface GRpublic Number getLowerWarningLimit()
GRgetLowerWarningLimit in interface GRnon-null.public void setLowerWarningLimit(Number limit)
setLowerWarningLimit in interface GRpublic Number getLowerAlarmLimit()
GRgetLowerAlarmLimit in interface GRnon-null.public void setLowerAlarmLimit(Number limit)
setLowerAlarmLimit in interface GRpublic void printInfo(PrintStream out)
printInfo in class DBR_TIME_Intpublic DBR convert(DBRType convertType) throws CAStatusException
convert in class DBR_TIME_IntCAStatusExceptionDBR_Byte.convert(gov.aps.jca.dbr.DBRType)public TimeStamp getTimeStamp()
null timestamp if
called from CA client. GR DBR type does not carry
timestamp. This method is used only by CA Server side.getTimeStamp in interface TIMEgetTimeStamp in class DBR_TIME_Intpublic void setTimeStamp(TimeStamp stamp)
setTimeStamp in interface TIMEsetTimeStamp in class DBR_TIME_IntCopyright © 2004-2020 EPICS. All Rights Reserved.