public class GalilPointLocatorRT extends PointLocatorRT
| Modifier and Type | Field and Description |
|---|---|
private PointTypeRT |
pointType |
| Constructor and Description |
|---|
GalilPointLocatorRT(PointTypeRT pointType) |
| Modifier and Type | Method and Description |
|---|---|
PointTypeRT |
getPointType() |
GalilRequest |
getPollRequest() |
GalilRequest |
getSetRequest(MangoValue value) |
boolean |
isSettable() |
MangoValue |
parsePollResponse(java.lang.String data,
java.lang.String pointName) |
MangoValue |
parseSetResponse(java.lang.String data) |
isRelinquishableprivate final PointTypeRT pointType
public GalilPointLocatorRT(PointTypeRT pointType)
public PointTypeRT getPointType()
public boolean isSettable()
isSettable in class PointLocatorRTpublic GalilRequest getPollRequest()
public MangoValue parsePollResponse(java.lang.String data, java.lang.String pointName) throws com.serotonin.web.i18n.LocalizableException
com.serotonin.web.i18n.LocalizableExceptionpublic GalilRequest getSetRequest(MangoValue value)
public MangoValue parseSetResponse(java.lang.String data) throws com.serotonin.web.i18n.LocalizableException
com.serotonin.web.i18n.LocalizableException