Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dnumeric_threshold.cpp61 bool crossedIncreasing = in sensorUpdated() local
64 if (!crossedDecreasing && !crossedIncreasing && thresholdValue == prevValue) in sensorUpdated()
68 crossedIncreasing = prevDirection == numeric::Direction::increasing && in sensorUpdated()
72 if (dwell && (crossedIncreasing || crossedDecreasing)) in sensorUpdated()
78 (direction == numeric::Direction::increasing && crossedIncreasing) || in sensorUpdated()
80 (crossedIncreasing || crossedDecreasing))) in sensorUpdated()