Searched refs:highHysteresis (Results 1 – 2 of 2) sorted by relevance
32 double highHysteresis; member36 return this->highHysteresis; in getHighHysteresis()46 this->highHysteresis = value; in setHighHysteresis()
214 auto highHysteresis = threshold->getHighHysteresis(); in checkThresholds() local216 (alarmHigh && value < (threshold->high() - highHysteresis))) in checkThresholds()