3#ifndef IMT_BASE_LIB_ALARMS_FLAGALARM_H
4#define IMT_BASE_LIB_ALARMS_FLAGALARM_H
Interface to send an alarm message to activate or deactivate a given alarm.
Activates the given alarms if the flag is set and deactivates it when the flag is cleared.
void setFlag()
Sets the flag and activates the alarm.
bool isAlarmActive() const
Returns if any alarm is currently activated.
void updateValue(bool const flag)
Updates the flag.
FlagAlarm(AlarmSenderIfc &alarmSender, AlarmIdentifier const alarmId)
Constructor.
void reset()
Resets the flag without sending a disable alarm message.
void clearFlag()
Clears the flag and disables the alarm.
uint32_t AlarmIdentifier
The alarm identifier.
This is a application specific file which is used to configure Imt.Base.Core.Math.