Package gov.aps.jca.dbr
Class DBR_PRECISION_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_PRECISION_Float
-
-
Field Summary
Fields Modifier and Type Field Description protected short_precision-
Fields inherited from class gov.aps.jca.dbr.DBR_TIME_Float
_stamp, TYPE
-
Fields inherited from class gov.aps.jca.dbr.DBR_STS_Float
_severity, _status
-
-
Constructor Summary
Constructors Constructor Description DBR_PRECISION_Float()DBR_PRECISION_Float(float[] value)DBR_PRECISION_Float(int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)shortgetPrecision()voidprintInfo(PrintStream out)voidsetPrecision(short prec)-
Methods inherited from class gov.aps.jca.dbr.DBR_TIME_Float
getTimeStamp, getType, setTimeStamp
-
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.STS
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
-
-
-
-
Method Detail
-
getPrecision
public short getPrecision()
- Specified by:
getPrecisionin interfacePRECISION
-
setPrecision
public void setPrecision(short prec)
- Specified by:
setPrecisionin interfacePRECISION
-
printInfo
public void printInfo(PrintStream out)
- Overrides:
printInfoin classDBR_TIME_Float
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_TIME_Float- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-