Struct PamojaReaction
What a controller decided about one reading.
public struct PamojaReaction
- Inherited Members
Remarks
Only the field belonging to Alert carries meaning; the rest are zero.
Fields
Actuator
The setting the output should take, when HasActuator is nonzero.
public byte Actuator
Field Value
Alert
Which threshold the reading crossed.
public PamojaAlertKind Alert
Field Value
HasActuator
Whether the profile drives an output at all.
public byte HasActuator
Field Value
Rate
The change since the previous sample, for a changing-fast alert.
public float Rate
Field Value
Reading
The offending reading, for an out-of-range alert.
public float Reading
Field Value
Samples
The estimated samples until empty, for a running-out alert.
public uint Samples