Imt.Base C++ API V4.1.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
imt::base::lib::alarms::FlagAlarm Class Referencefinal

Activates the given alarms if the flag is set and deactivates it when the flag is cleared. More...

#include <Imt.Base.Lib.Alarms/inc/Imt.Base.Lib.Alarms/FlagAlarm.h>

Inheritance diagram for imt::base::lib::alarms::FlagAlarm:
imt::base::core::platform::Noncopyable

Public Member Functions

 FlagAlarm (AlarmSenderIfc &alarmSender, AlarmIdentifier const alarmId)
 Constructor.
 
void setFlag ()
 Sets the flag and activates the alarm.
 
void clearFlag ()
 Clears the flag and disables the alarm.
 
bool isAlarmActive () const
 Returns if any alarm is currently activated.
 
void reset ()
 Resets the flag without sending a disable alarm message.
 
void updateValue (bool const flag)
 Updates the flag.
 

Detailed Description

Activates the given alarms if the flag is set and deactivates it when the flag is cleared.

Does send the activation/deactivation message only when the condition changes. Initially the alarm is deactivated.

Definition at line 21 of file FlagAlarm.h.

Constructor & Destructor Documentation

◆ FlagAlarm()

imt::base::lib::alarms::FlagAlarm::FlagAlarm ( AlarmSenderIfc alarmSender,
AlarmIdentifier const  alarmId 
)

Constructor.

Parameters
alarmSenderThe interface to the actual alarm sender.
alarmIdThe ID of the alarm that shall be sent.

Member Function Documentation

◆ clearFlag()

void imt::base::lib::alarms::FlagAlarm::clearFlag ( )

Clears the flag and disables the alarm.

◆ isAlarmActive()

bool imt::base::lib::alarms::FlagAlarm::isAlarmActive ( ) const

Returns if any alarm is currently activated.

Returns
true if the alarm is active, false otherwise.

◆ reset()

void imt::base::lib::alarms::FlagAlarm::reset ( )

Resets the flag without sending a disable alarm message.

◆ setFlag()

void imt::base::lib::alarms::FlagAlarm::setFlag ( )

Sets the flag and activates the alarm.

◆ updateValue()

void imt::base::lib::alarms::FlagAlarm::updateValue ( bool const  flag)

Updates the flag.

Parameters
flagThe new value for the flag.

The documentation for this class was generated from the following file: