Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.cpp115 coreContext.maxOut = 0.0; in pid()
139 double maxOut = pidinfoptr->lastOutput + in pid() local
142 coreContext.maxOut = maxOut; in pid()
144 if (output > maxOut) in pid()
146 output = maxOut; in pid()
H A Dlogging.hpp34 double maxOut; member
H A Dlogging.cpp84 file << "," << pc.minOut << "," << pc.maxOut; in DumpContextData()