Searched refs:lowHysteresis (Results 1 – 2 of 2) sorted by relevance
33 double lowHysteresis; member41 return this->lowHysteresis; in getLowHysteresis()51 this->lowHysteresis = value; in setLowHysteresis()
236 auto lowHysteresis = threshold->getLowHysteresis(); in checkThresholds() local238 (alarmLow && value > (threshold->low() + lowHysteresis))) in checkThresholds()