Package gov.aps.jca.dbr
Class DBR_CTRL_Float
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_Float
-
- gov.aps.jca.dbr.DBR_STS_Float
-
- gov.aps.jca.dbr.DBR_TIME_Float
-
- gov.aps.jca.dbr.DBR_GR_Float
-
- gov.aps.jca.dbr.DBR_CTRL_Float
-
-
Field Summary
Fields Modifier and Type Field Description protected Float_lclprotected Float_uclstatic DBRTypeTYPE-
Fields inherited from class gov.aps.jca.dbr.DBR_GR_Float
_lal, _ldl, _lwl, _precision, _ual, _udl, _unit, _uwl
-
Fields inherited from class gov.aps.jca.dbr.DBR_TIME_Float
_stamp
-
Fields inherited from class gov.aps.jca.dbr.DBR_STS_Float
_severity, _status
-
-
Constructor Summary
Constructors Constructor Description DBR_CTRL_Float()DBR_CTRL_Float(float[] value)DBR_CTRL_Float(int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)NumbergetLowerCtrlLimit()Get lower control limit.DBRTypegetType()NumbergetUpperCtrlLimit()Get upper control limit.voidprintInfo(PrintStream out)voidsetLowerCtrlLimit(Number limit)voidsetUpperCtrlLimit(Number limit)-
Methods inherited from class gov.aps.jca.dbr.DBR_GR_Float
getLowerAlarmLimit, getLowerDispLimit, getLowerWarningLimit, getPrecision, getTimeStamp, getUnits, getUpperAlarmLimit, getUpperDispLimit, getUpperWarningLimit, setLowerAlarmLimit, setLowerDispLimit, setLowerWarningLimit, setPrecision, setTimeStamp, setUnits, setUpperAlarmLimit, setUpperDispLimit, setUpperWarningLimit
-
Methods inherited from class gov.aps.jca.dbr.DBR_STS_Float
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
-
Methods inherited from class gov.aps.jca.dbr.DBR_Float
getFloatValue
-
Methods inherited from class gov.aps.jca.dbr.DBR
convert, 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, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gov.aps.jca.dbr.GR
getLowerAlarmLimit, getLowerDispLimit, getLowerWarningLimit, getUnits, getUpperAlarmLimit, getUpperDispLimit, getUpperWarningLimit, setLowerAlarmLimit, setLowerDispLimit, setLowerWarningLimit, setUnits, setUpperAlarmLimit, setUpperDispLimit, setUpperWarningLimit
-
Methods inherited from interface gov.aps.jca.dbr.STS
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
-
Methods inherited from interface gov.aps.jca.dbr.TIME
getTimeStamp, setTimeStamp
-
-
-
-
Method Detail
-
getType
public DBRType getType()
- Overrides:
getTypein classDBR_GR_Float
-
getUpperCtrlLimit
public Number getUpperCtrlLimit()
Description copied from interface:CTRLGet upper control limit.- Specified by:
getUpperCtrlLimitin interfaceCTRL- Returns:
- upper control limit,
non-null.
-
setUpperCtrlLimit
public void setUpperCtrlLimit(Number limit)
- Specified by:
setUpperCtrlLimitin interfaceCTRL
-
getLowerCtrlLimit
public Number getLowerCtrlLimit()
Description copied from interface:CTRLGet lower control limit.- Specified by:
getLowerCtrlLimitin interfaceCTRL- Returns:
- lower control limit,
non-null.
-
setLowerCtrlLimit
public void setLowerCtrlLimit(Number limit)
- Specified by:
setLowerCtrlLimitin interfaceCTRL
-
printInfo
public void printInfo(PrintStream out)
- Overrides:
printInfoin classDBR_GR_Float
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_GR_Float- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-