Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISensorDataProcessor.cs
1
using
System.Threading.Tasks;
2
using
Waher.Things
;
3
using
Waher.Things.SensorData
;
4
5
namespace
Waher.Processors.Metering
6
{
10
public
interface
ISensorDataProcessor
:
IProcessorNode
11
{
18
Task<Field[]>
ProcessFields
(
ISensor
Sensor,
Field
[] Fields);
19
}
20
}
Waher.Things.SensorData.Field
Base class for all sensor data fields.
Definition:
Field.cs:20
Waher.Processors.IProcessorNode
Base Interface for all processor nodes.
Definition:
IProcessorNode.cs:11
Waher.Processors.Metering.ISensorDataProcessor
Base Interface for all sensor-data processor nodes.
Definition:
ISensorDataProcessor.cs:11
Waher.Processors.Metering.ISensorDataProcessor.ProcessFields
Task< Field[]> ProcessFields(ISensor Sensor, Field[] Fields)
Process a collection of sensor data fields.
Waher.Things.ISensor
Interface for sensor nodes.
Definition:
ISensor.cs:9
Waher.Processors.Metering
Definition:
ISensorDataProcessor.cs:6
Waher.Things.SensorData
Definition:
BooleanField.cs:6
Waher.Things
Definition:
AnalogInput.cs:15
IoTGateway
Processors
Waher.Processors.Metering
ISensorDataProcessor.cs
Generated by
1.9.5