Interface | Description |
---|---|
IDataProducerModule<ConfigType extends ModuleConfig> |
Base interface for all modules producing streaming data
|
IModuleWithDescription |
Base interface for all modules that provide a SensorML description
(such as sensors, actuators and processes)
|
IMultiSourceDataInterface |
Data interface used with
IMultiSourceDataProducer .This adds support for multiplexing multiple data streams in a single output by specifying the ID of the source entity in the data record. The data component carrying the entity ID MUST be tagged with the role IMultiSourceDataInterface.ENTITY_ID_URI |
IMultiSourceDataProducer |
Interface for multi-source data producers.
This type of producer can be used to model an entire group of data sources (e.g. |
IStreamingDataInterface |
Generic interface for all data producers using the SWE model to describe
structure and encoding of data they generate (e.g.
|
Class | Description |
---|---|
DataEvent |
Type of event generated when new data is available from a data producer.
|
FoiEvent |
Type of event generated when a new FOI is being targeted by a sensor or
process.
|
Enum | Description |
---|---|
DataEvent.Type |
Possible event types for a DataEvent
|
FoiEvent.Type |
Possible event types for a FoiEvent
|