Package gov.aps.jca.dbr
Class DBR_Double
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_Double
-
- All Implemented Interfaces:
DOUBLE
- Direct Known Subclasses:
DBR_STS_Double
public class DBR_Double extends DBR implements DOUBLE
-
-
Constructor Summary
Constructors Constructor Description DBR_Double()DBR_Double(double[] value)DBR_Double(int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)double[]getDoubleValue()DBRTypegetType()-
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, printInfo, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, setValue
-
-
-
-
Field Detail
-
TYPE
public static final DBRType TYPE
-
-
Method Detail
-
getDoubleValue
public double[] getDoubleValue()
- Specified by:
getDoubleValuein interfaceDOUBLE
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Specified by:
convertin classDBR- Throws:
CAStatusException- See Also:
DBR.convert(gov.aps.jca.dbr.DBRType)
-
-