Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
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

using AlarmIdentifier = uint32_t
 The alarm identifier.
 

Typedef Documentation

◆ AlarmIdentifier

The alarm identifier.

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

Definition at line 16 of file AlarmIdentifier.h.