Interface to send an alarm message to activate or deactivate a given alarm.
More...
#include <Imt.Base.Lib.Alarms/AlarmSenderIfc.h>
Interface to send an alarm message to activate or deactivate a given alarm.
This must be implemented by the active part that shall send an alarm, i.e. by writing an alarm message containing the alarm id and an activated/deactivated flag to an alarm output port.
◆ activateAlarm()
virtual void imt::base::lib::alarms::AlarmSenderIfc::activateAlarm |
( |
const AlarmIdentifier |
alarmId | ) |
|
|
pure virtual |
Activates the alarm with the given ID.
- Parameters
-
alarmId | Alarm to activate. |
◆ deactivateAlarm()
virtual void imt::base::lib::alarms::AlarmSenderIfc::deactivateAlarm |
( |
const AlarmIdentifier |
alarmId | ) |
|
|
pure virtual |
Deactivates the alarm with the given ID.
- Parameters
-
alarmId | Alarm to activate. |
The documentation for this class was generated from the following file:
- D:/_Work/10/s/Imt.Base/Imt.Base.Lib.Alarms/AlarmSenderIfc.h