Dataflow Runtime API
4.0.1.0
|
Interface to send an alarm message to activate or deactivate a given alarm. More...
#include <Imt.Base.Lib.Alarms/AlarmSenderIfc.h>
Public Member Functions | |
virtual | ~AlarmSenderIfc () |
Destructor. More... | |
virtual void | activateAlarm (AlarmIdentifier const alarmId)=0 |
Activates the alarm with the given ID. More... | |
virtual void | deactivateAlarm (AlarmIdentifier const alarmId)=0 |
Deactivates the alarm with the given ID. More... | |
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.
|
inlinevirtual |
Destructor.
|
pure virtual |
Activates the alarm with the given ID.
alarmId | Alarm to activate. |
|
pure virtual |
Deactivates the alarm with the given ID.
alarmId | Alarm to activate. |