Dataflow Runtime API  3.1.1.0
Classes | Typedefs
imt::base::lib::alarms Namespace Reference

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...
 

Typedef Documentation

◆ AlarmIdentifier

The alarm identifier.

A value of 0 is considered as "no alarm".