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
208 inst.maxCollected = readValue; in updateInstrumentation()
224 if (readValue > inst.maxCollected) in updateInstrumentation()
229 inst.maxCollected = readValue; in updateInstrumentation()