Modifier and Type | Method and Description |
---|---|
void |
Alpha2DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ASCIIFileDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
ASCIISerialDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
Dnp3DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
DrStorageHt5bDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
IEC101DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
NodaveS7DataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
OPCDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
RadiuinoEventDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
void |
RadiuinoPollingDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,DataPointRT> |
RuntimeManager.dataPoints
Provides a quick lookup map of the running data points.
|
Modifier and Type | Method and Description |
---|---|
DataPointRT |
RuntimeManager.getDataPoint(int dataPointId) |
Modifier and Type | Field and Description |
---|---|
private DataPointRT |
PointValueFacade.point |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DataPointRT> |
DataSourceRT.addedChangedPoints
Under the expectation that most data sources will run in their own
threads, the addedPoints field is used as a cache for points that have
been added to the data source, so that at a convenient time for the data
source they can be included in the polling.
|
protected java.util.List<DataPointRT> |
EventDataSource.dataPoints |
protected java.util.List<DataPointRT> |
PollingDataSource.dataPoints |
protected java.util.List<DataPointRT> |
DataSourceRT.removedPoints
Under the expectation that most data sources will run in their own
threads, the removedPoints field is used as a cache for points that have
been removed from the data source, so that at a convenient time for the
data source they can be removed from the polling.
|
Modifier and Type | Method and Description |
---|---|
void |
EventDataSource.addDataPoint(DataPointRT dataPoint) |
void |
DataSourceRT.addDataPoint(DataPointRT dataPoint) |
void |
DataSourceRT.forcePointRead(DataPointRT dataPoint) |
void |
DataSourceRT.relinquish(DataPointRT dataPoint) |
void |
EventDataSource.removeDataPoint(DataPointRT dataPoint) |
void |
DataSourceRT.removeDataPoint(DataPointRT dataPoint) |
void |
EventDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
abstract void |
DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DataPointRT> |
BACnetIPDataSourceRT.DevicePoller.points |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<DataPointRT> |
BACnetIPDataSourceRT.getDataPoints() |
Modifier and Type | Method and Description |
---|---|
void |
BACnetIPDataSourceRT.addDataPoint(DataPointRT dataPoint) |
private void |
BACnetIPDataSourceRT.dereferencePoint(DataPointRT dp,
com.serotonin.bacnet4j.type.Encodable encodable,
long time) |
private void |
BACnetIPDataSourceRT.disablePoint(DataPointRT dataPoint) |
void |
BACnetIPDataSourceRT.forcePointRead(DataPointRT dataPoint) |
void |
BACnetIPDataSourceRT.relinquish(DataPointRT dataPoint) |
void |
BACnetIPDataSourceRT.removeDataPoint(DataPointRT dataPoint) |
(package private) boolean |
BACnetIPDataSourceRT.sendCovSubscription(DataPointRT dataPoint,
boolean unsubscribe) |
void |
BACnetIPDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime pvt,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
BACnetIPDataSourceRT.pollDevice(com.serotonin.bacnet4j.RemoteDevice d,
java.util.List<DataPointRT> points,
long time) |
Constructor and Description |
---|
DevicePoller(com.serotonin.bacnet4j.RemoteDevice d,
java.util.List<DataPointRT> points,
long time) |
Modifier and Type | Method and Description |
---|---|
private DataPointRT |
EBI25DataSourceRT.getLoggerPoint(int index,
int type) |
Modifier and Type | Method and Description |
---|---|
void |
EBI25DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
private com.serotonin.web.i18n.LocalizableMessage |
GalilDataSourceRT.sendRequest(GalilRequest request,
DataPointRT dataPoint,
GalilPointLocatorRT locator,
long time) |
void |
GalilDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private DataPointRT |
HttpImageDataSourceRT.ImageRetriever.dp |
Modifier and Type | Method and Description |
---|---|
void |
HttpRetrieverDataSourceRT.removeDataPoint(DataPointRT dataPoint) |
void |
HttpRetrieverDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
void |
HttpImageDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Constructor and Description |
---|
ImageRetriever(HttpImageDataSourceRT.ImageRetrieverMonitor monitor,
DataPointRT dp,
long time) |
Modifier and Type | Method and Description |
---|---|
void |
InternalDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
JmxDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
private boolean |
JmxDataSourceRT.updateDataPoint(DataPointRT dp) |
Modifier and Type | Method and Description |
---|---|
net.sf.mbus4j.master.ValueRequestPointLocator<DataPointRT> |
MBusPointLocatorRT.createValueRequestPointLocator(DataPointRT point) |
Modifier and Type | Method and Description |
---|---|
double |
MBusDataSourceRT.calcCorretedValue(DataPointRT point,
double value) |
net.sf.mbus4j.master.ValueRequestPointLocator<DataPointRT> |
MBusPointLocatorRT.createValueRequestPointLocator(DataPointRT point) |
void |
MBusDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
protected DataPointRT |
MetaPointLocatorRT.dataPoint |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DataPointRT> |
MetaDataSourceRT.points |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataSourceRT.addDataPoint(DataPointRT dataPoint) |
void |
MetaPointLocatorRT.initialize(com.serotonin.timer.AbstractTimer timer,
MetaDataSourceRT dataSource,
DataPointRT dataPoint) |
void |
HistoricalMetaPointLocatorRT.initialize(com.serotonin.timer.SimulationTimer timer,
DataPointRT dataPoint) |
void |
MetaDataSourceRT.raiseResultTypeError(long runtime,
DataPointRT dataPoint,
com.serotonin.web.i18n.LocalizableMessage message) |
void |
MetaDataSourceRT.raiseScriptError(long runtime,
DataPointRT dataPoint,
com.serotonin.web.i18n.LocalizableMessage message) |
private void |
MetaDataSourceRT.remove(DataPointRT dataPoint) |
void |
MetaDataSourceRT.removeDataPoint(DataPointRT dataPoint) |
void |
MetaDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private DataPointRT |
ModbusIpDataSource.socketMonitor |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,DataPointRT> |
ModbusDataSource.slaveMonitors |
Modifier and Type | Method and Description |
---|---|
void |
ModbusDataSource.addDataPoint(DataPointRT dataPoint) |
void |
ModbusIpDataSource.addDataPoint(DataPointRT dataPoint) |
void |
ModbusDataSource.forcePointRead(DataPointRT dataPoint) |
void |
ModbusDataSource.removeDataPoint(DataPointRT dataPoint) |
void |
ModbusIpDataSource.removeDataPoint(DataPointRT dataPoint) |
void |
ModbusDataSource.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
private void |
ModbusDataSource.updatePointValue(DataPointRT dataPoint,
ModbusPointLocatorRT pl,
java.lang.Object value,
long time) |
Modifier and Type | Method and Description |
---|---|
private void |
NmeaDataSourceRT.receivedMessageImpl(DataPointRT dp,
NmeaMessage message,
long time) |
Modifier and Type | Method and Description |
---|---|
void |
OneWireDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
private boolean |
OneWireDataSourceRT.arePointsThatNeedAddress(java.lang.Long address,
java.util.List<DataPointRT> points) |
private void |
OneWireDataSourceRT.readSensor(com.dalsemi.onewire.container.OneWireContainer owc,
java.util.List<DataPointRT> points,
java.lang.Long address,
long time) |
private com.serotonin.web.i18n.LocalizableMessage |
OneWireDataSourceRT.tryRead(java.util.List<DataPointRT> points,
long time,
boolean throwToReload) |
Modifier and Type | Method and Description |
---|---|
void |
OpenV4JDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
PachubeDataSourceRT.addDataPoint(DataPointRT dataPoint) |
void |
PachubeDataSourceRT.forcePointRead(DataPointRT dataPoint) |
void |
PachubeDataSourceRT.removeDataPoint(DataPointRT dataPoint) |
void |
PachubeDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
protected void |
PachubeDataSourceRT.pollFeed(int feedId,
java.util.List<DataPointRT> points,
long time) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,DataPointRT> |
PersistentDataSourceRT.pointXids |
Modifier and Type | Method and Description |
---|---|
(package private) DataPointRT |
PersistentDataSourceRT.ConnectionHandler.getIndexedPoint(int index) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentDataSourceRT.addDataPoint(DataPointRT dataPoint) |
void |
PersistentDataSourceRT.removeDataPoint(DataPointRT dataPoint) |
Modifier and Type | Method and Description |
---|---|
void |
Pop3DataSourceRT.removeDataPoint(DataPointRT dataPoint) |
void |
Pop3DataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
private SnmpPointLocatorVO |
SnmpDataSourceRT.getLocatorVO(DataPointRT dp) |
private org.snmp4j.smi.OID |
SnmpDataSourceRT.getOid(DataPointRT dp) |
void |
SnmpDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
private void |
SnmpDataSourceRT.updatePoint(DataPointRT dp,
org.snmp4j.smi.Variable variable,
long time) |
Modifier and Type | Method and Description |
---|---|
void |
SqlDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ViconicsDataSourceRT.PointKey,DataPointRT> |
ViconicsDataSourceRT.pointLookup |
Modifier and Type | Method and Description |
---|---|
void |
ViconicsDataSourceRT.addDataPoint(DataPointRT dataPoint) |
void |
ViconicsDataSourceRT.forcePointRead(DataPointRT dataPoint) |
void |
ViconicsDataSourceRT.removeDataPoint(DataPointRT dataPoint) |
void |
ViconicsDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime pvt,
SetPointSource source) |
Constructor and Description |
---|
PointKey(DataPointRT rt) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualDataSourceRT.addDataPoint(DataPointRT dataPoint) |
void |
VirtualDataSourceRT.setPointValue(DataPointRT dataPoint,
PointValueTime valueTime,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
protected PointValueTime |
BaseDwr.prepareBasePointState(java.lang.String componentId,
BasePointState state,
DataPointVO pointVO,
DataPointRT point,
java.util.Map<java.lang.String,java.lang.Object> model)
Base method for preparing information in a state object and returning a
point value.
|
private ViewComponentState |
ViewDwr.preparePointComponentState(PointComponent pointComponent,
User user,
DataPointRT point,
java.util.Map<java.lang.String,java.lang.Object> model,
javax.servlet.http.HttpServletRequest request)
Shared convenience method for creating a populated view component state.
|
protected void |
BaseDwr.setChange(DataPointVO pointVO,
BasePointState state,
DataPointRT point,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model) |
protected void |
BaseDwr.setChange(DataPointVO pointVO,
BasePointState state,
DataPointRT point,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model,
User user) |