3#ifndef IMT_BASE_LIB_ALARMS_RANGEALARM_H
4#define IMT_BASE_LIB_ALARMS_RANGEALARM_H
20template<
typename ValueType>
38template<
typename ValueType>
A range of values limited by an lower and upper value that is included in the range.
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.
RangeAlarm(AlarmSenderIfc &alarmSender, ::imt::base::core::util::Range< ValueType > const &range, AlarmIdentifier const lowerAlarmId, AlarmIdentifier const upperAlarmId) noexcept
Constructor.
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.