Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
RangeAlarm.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_RANGEALARM_H
4#define IMT_BASE_LIB_ALARMS_RANGEALARM_H
5
9
10namespace imt {
11namespace base {
12namespace lib {
13namespace alarms {
14
20template<typename ValueType>
21class RangeAlarm final : public RangeAlarmWithDelay<ValueType> {
22
23public:
24
35 RangeAlarm(AlarmSenderIfc& alarmSender, ::imt::base::core::util::Range<ValueType> const& range, AlarmIdentifier const lowerAlarmId, AlarmIdentifier const upperAlarmId) noexcept;
36};
37
38template<typename ValueType>
39RangeAlarm<ValueType>::RangeAlarm(AlarmSenderIfc& alarmSender, ::imt::base::core::util::Range<ValueType> const& range, AlarmIdentifier const lowerAlarmId, AlarmIdentifier const upperAlarmId) noexcept :
41}
42
43} // namespace alarms
44} // namespace lib
45} // namespace base
46} // namespace imt
47
48#endif // IMT_BASE_LIB_ALARMS_RANGEALARM_H
A range of values limited by an lower and upper value that is included in the range.
Definition Range.h:51
Interface to send an alarm message to activate or deactivate a given alarm.
Activates the given alarms if the value is outside a defined range.
Definition RangeAlarm.h:21
RangeAlarm(AlarmSenderIfc &alarmSender, ::imt::base::core::util::Range< ValueType > const &range, AlarmIdentifier const lowerAlarmId, AlarmIdentifier const upperAlarmId) noexcept
Constructor.
Definition RangeAlarm.h:39
Activates the given alarms if the value is outside the range longer as the given delay.
uint32_t AlarmIdentifier
The alarm identifier.
This is a application specific file which is used to configure Imt.Base.Core.Math.