Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp689 constexpr size_t maxErrorPrint = 5; in calculate()
691 static size_t errorPrint = maxErrorPrint; in calculate()
847 errorPrint = maxErrorPrint;
687 constexpr size_t maxErrorPrint = 5; calculate() local