Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
AlarmSenderIfc.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_LIB_ALARMS_ALARMSENDERIFC_H
4#define IMT_BASE_LIB_ALARMS_ALARMSENDERIFC_H
5
8
9namespace imt {
10namespace base {
11namespace lib {
12namespace alarms {
13
24
25public:
26
31
35 virtual ~AlarmSenderIfc() = default;
36
41 virtual void activateAlarm(AlarmIdentifier const alarmId) = 0;
42
47 virtual void deactivateAlarm(AlarmIdentifier const alarmId) = 0;
48
49protected:
50
54 AlarmSenderIfc() = default;
55};
56
57} // namespace alarms
58} // namespace lib
59} // namespace base
60} // namespace imt
61
62#endif // 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.