public abstract class EventDataSource extends DataSourceRT
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DataPointRT> |
dataPoints |
addedChangedPoints, ATTR_DISCONNECTED_KEY, ATTR_UNRELIABLE_KEY, pointListChangeLock, removedPoints
Constructor and Description |
---|
EventDataSource(DataSourceVO<?> vo) |
Modifier and Type | Method and Description |
---|---|
void |
addDataPoint(DataPointRT dataPoint) |
void |
removeDataPoint(DataPointRT dataPoint) |
void |
setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
beginPolling, forcePointRead, getExceptionMessage, getId, getName, getPersistentData, getSerialExceptionMessage, initialize, joinTermination, raiseEvent, relinquish, returnToNormal, setPersistentData, terminate
protected java.util.List<DataPointRT> dataPoints
public EventDataSource(DataSourceVO<?> vo)
public void addDataPoint(DataPointRT dataPoint)
addDataPoint
in class DataSourceRT
public void removeDataPoint(DataPointRT dataPoint)
removeDataPoint
in class DataSourceRT
public void setPointValue(DataPointRT dataPoint, PointValueTime valueTime, SetPointSource source)
setPointValue
in class DataSourceRT