public class DBR_STS_Float extends DBR_Float implements STS
| Modifier and Type | Field and Description |
|---|---|
protected Severity |
_severity |
protected Status |
_status |
static DBRType |
TYPE |
| Constructor and Description |
|---|
DBR_STS_Float() |
DBR_STS_Float(float[] value) |
DBR_STS_Float(int count) |
| Modifier and Type | Method and Description |
|---|---|
DBR |
convert(DBRType convertType) |
Severity |
getSeverity() |
Status |
getStatus() |
DBRType |
getType() |
void |
printInfo(PrintStream out) |
void |
setSeverity(int severity) |
void |
setSeverity(Severity severity) |
void |
setStatus(int status) |
void |
setStatus(Status status) |
getFloatValueconvert, 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, setValuepublic static final DBRType TYPE
protected Status _status
protected Severity _severity
public DBR_STS_Float()
public DBR_STS_Float(int count)
public DBR_STS_Float(float[] value)
public Severity getSeverity()
getSeverity in interface STSpublic void setSeverity(int severity)
setSeverity in interface STSpublic void setSeverity(Severity severity)
setSeverity in interface STSpublic void printInfo(PrintStream out)
public DBR convert(DBRType convertType) throws CAStatusException
convert in class DBR_FloatCAStatusExceptionDBR_Byte.convert(gov.aps.jca.dbr.DBRType)Copyright © 2004-2020 EPICS. All Rights Reserved.