Dataflow Runtime API
4.0.1.0
|
Classes | |
class | AlarmSenderIfc |
Interface to send an alarm message to activate or deactivate a given alarm. More... | |
class | FlagAlarm |
Activates the given alarms if the flag is set and deactivates it when the flag is cleared. More... | |
class | RangeAlarm |
Activates the given alarms if the value is outside a defined range. More... | |
class | RangeAlarmWithDelay |
Activates the given alarms if the value is outside the range longer as the given delay. More... | |
class | RangeAlarmWithHysteresis |
Activates the given alarms if the value is outside the set range. More... | |
Typedefs | |
typedef uint32_t | AlarmIdentifier |
The alarm identifier. More... | |
The alarm identifier.
A value of 0 is considered as "no alarm".