Searched refs:getAlarmHigh (Results 1 – 2 of 2) sorted by relevance
36 static bool (WarningObject::* const getAlarmHigh)() const; member57 static bool (CriticalObject::* const getAlarmHigh)() const; member81 auto alarmHighState = (*realIface.*Thresholds<T>::getAlarmHigh)(); in checkThresholds()158 auto alarmHighState = (*iface.*Thresholds<T>::getAlarmHigh)(); in addThreshold()
63 decltype(Thresholds<WarningObject>::getAlarmHigh)64 Thresholds<WarningObject>::getAlarmHigh = &WarningObject::warningAlarmHigh; member in Thresholds<WarningObject>93 decltype(Thresholds<CriticalObject>::getAlarmHigh)94 Thresholds<CriticalObject>::getAlarmHigh = member in Thresholds<CriticalObject>