Package gov.aps.jca.dbr
Class DBR_PRECISION_Double
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_Double
-
- gov.aps.jca.dbr.DBR_STS_Double
-
- gov.aps.jca.dbr.DBR_TIME_Double
-
- gov.aps.jca.dbr.DBR_PRECISION_Double
-
-
Field Summary
Fields Modifier and Type Field Description protected short_precision-
Fields inherited from class gov.aps.jca.dbr.DBR_TIME_Double
_stamp, TYPE
-
Fields inherited from class gov.aps.jca.dbr.DBR_STS_Double
_severity, _status
-
-
Constructor Summary
Constructors Constructor Description DBR_PRECISION_Double()DBR_PRECISION_Double(double[] value)DBR_PRECISION_Double(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_Double
getTimeStamp, getType, setTimeStamp
-
Methods inherited from class gov.aps.jca.dbr.DBR_STS_Double
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
-
Methods inherited from class gov.aps.jca.dbr.DBR_Double
getDoubleValue
-
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_Double
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_TIME_Double- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-