3#ifndef IMT_BASE_LIB_ALARMS_ALARMSENDERIFC_H
4#define IMT_BASE_LIB_ALARMS_ALARMSENDERIFC_H
Interface to send an alarm message to activate or deactivate a given alarm.
virtual void activateAlarm(AlarmIdentifier const alarmId)=0
Activates the alarm with the given ID.
AlarmSenderIfc()=default
Default constructor.
AlarmSenderIfc & operator=(AlarmSenderIfc &&) &=delete
AlarmSenderIfc(AlarmSenderIfc const &)=delete
AlarmSenderIfc(AlarmSenderIfc &&)=delete
AlarmSenderIfc & operator=(AlarmSenderIfc const &) &=delete
virtual void deactivateAlarm(AlarmIdentifier const alarmId)=0
Deactivates the alarm with the given ID.
virtual ~AlarmSenderIfc()=default
Destructor.
uint32_t AlarmIdentifier
The alarm identifier.
This is a application specific file which is used to configure Imt.Base.Core.Math.