Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp32 double highHysteresis; member
36 return this->highHysteresis; in getHighHysteresis()
46 this->highHysteresis = value; in setHighHysteresis()
H A DvirtualSensor.hpp214 auto highHysteresis = threshold->getHighHysteresis(); in checkThresholds() local
216 (alarmHigh && value < (threshold->high() - highHysteresis))) in checkThresholds()