public class TellPositionPointTypeRT extends PointTypeRT
Modifier and Type | Field and Description |
---|---|
private TellPositionPointTypeVO |
vo |
Constructor and Description |
---|
TellPositionPointTypeRT(TellPositionPointTypeVO vo) |
Modifier and Type | Method and Description |
---|---|
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, rawToEngineeringUnits
private final TellPositionPointTypeVO vo
public TellPositionPointTypeRT(TellPositionPointTypeVO vo)
public java.lang.String getPollRequestImpl()
getPollRequestImpl
in class PointTypeRT
public MangoValue parsePollResponse(java.lang.String data, java.lang.String pointName) throws com.serotonin.web.i18n.LocalizableException
parsePollResponse
in class PointTypeRT
com.serotonin.web.i18n.LocalizableException
protected java.lang.String getSetRequestImpl(MangoValue value)
getSetRequestImpl
in class PointTypeRT
public MangoValue parseSetResponse(java.lang.String data)
parseSetResponse
in class PointTypeRT