Searched refs:getAlarmLow (Results 1 – 2 of 2) sorted by relevance
35 static bool (WarningObject::* const getAlarmLow)() const; member56 static bool (CriticalObject::* const getAlarmLow)() const; member80 auto alarmLowState = (*realIface.*Thresholds<T>::getAlarmLow)(); in checkThresholds()140 auto alarmLowState = (*iface.*Thresholds<T>::getAlarmLow)(); in addThreshold()
61 decltype(Thresholds<WarningObject>::getAlarmLow)62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow; member in Thresholds<WarningObject>91 decltype(Thresholds<CriticalObject>::getAlarmLow)92 Thresholds<CriticalObject>::getAlarmLow = &CriticalObject::criticalAlarmLow; member in Thresholds<CriticalObject>