Home
last modified time | relevance | path

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

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