Package gov.aps.jca.dbr
Class DBR_STS_Float
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_Float
-
- gov.aps.jca.dbr.DBR_STS_Float
-
- Direct Known Subclasses:
DBR_TIME_Float
public class DBR_STS_Float extends DBR_Float implements STS
-
-
Constructor Summary
Constructors Constructor Description DBR_STS_Float()DBR_STS_Float(float[] value)DBR_STS_Float(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_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
-
-
-
-
Method Detail
-
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_Float- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-