Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A Dsensor.hpp40 double maxCollected = 0.0; member
199 inst.maxCollected = readValue; in updateInstrumentation()
215 if (readValue > inst.maxCollected) in updateInstrumentation()
220 inst.maxCollected = readValue; in updateInstrumentation()