Package gov.aps.jca.dbr
Class DBR_STS_Double
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_Double
-
- gov.aps.jca.dbr.DBR_STS_Double
-
- Direct Known Subclasses:
DBR_TIME_Double
public class DBR_STS_Double extends DBR_Double implements STS
-
-
Constructor Summary
Constructors Constructor Description DBR_STS_Double()DBR_STS_Double(double[] value)DBR_STS_Double(int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)SeveritygetSeverity()StatusgetStatus()DBRTypegetType()voidprintInfo(PrintStream out)voidsetSeverity(int severity)voidsetSeverity(Severity severity)voidsetStatus(int status)voidsetStatus(Status status)-
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
-
-
-
-
Method Detail
-
getType
public DBRType getType()
- Overrides:
getTypein classDBR_Double
-
getSeverity
public Severity getSeverity()
- Specified by:
getSeverityin interfaceSTS
-
setSeverity
public void setSeverity(int severity)
- Specified by:
setSeverityin interfaceSTS
-
setSeverity
public void setSeverity(Severity severity)
- Specified by:
setSeverityin interfaceSTS
-
printInfo
public void printInfo(PrintStream out)
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_Double- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-