public class VariablePointTypeRT extends PointTypeRT
| Modifier and Type | Field and Description |
|---|---|
private VariablePointTypeVO |
vo |
| Constructor and Description |
|---|
VariablePointTypeRT(VariablePointTypeVO vo) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getPollRequestImpl() |
protected java.lang.String |
getSetRequestImpl(MangoValue value) |
MangoValue |
parsePollResponse(java.lang.String data,
java.lang.String pointName) |
MangoValue |
parseSetResponse(java.lang.String data) |
engineeringUnitsToRaw, getPollRequest, getSetRequest, isSettable, parseValue, rawToEngineeringUnitsprivate final VariablePointTypeVO vo
public VariablePointTypeRT(VariablePointTypeVO vo)
protected java.lang.String getPollRequestImpl()
getPollRequestImpl in class PointTypeRTpublic MangoValue parsePollResponse(java.lang.String data, java.lang.String pointName) throws com.serotonin.web.i18n.LocalizableException
parsePollResponse in class PointTypeRTcom.serotonin.web.i18n.LocalizableExceptionprotected java.lang.String getSetRequestImpl(MangoValue value)
getSetRequestImpl in class PointTypeRTpublic MangoValue parseSetResponse(java.lang.String data) throws com.serotonin.web.i18n.LocalizableException
parseSetResponse in class PointTypeRTcom.serotonin.web.i18n.LocalizableException