Home
last modified time | relevance | path

Searched refs:lowHysteresis (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp33 double lowHysteresis; member
41 return this->lowHysteresis; in getLowHysteresis()
51 this->lowHysteresis = value; in setLowHysteresis()
H A DvirtualSensor.hpp236 auto lowHysteresis = threshold->getLowHysteresis(); in checkThresholds() local
238 (alarmLow && value > (threshold->low() + lowHysteresis))) in checkThresholds()