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.cpp126 coreContext.maxOut = 0.0; in pid()
150 double maxOut = pidinfoptr->lastOutput + in pid() local
153 coreContext.maxOut = maxOut; in pid()
155 if (output > maxOut) in pid()
157 output = maxOut; in pid()
H A Dlogging.hpp34 double maxOut; member
H A Dlogging.cpp95 file << "," << pc.minOut << "," << pc.maxOut; in DumpContextData()