Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.cpp109 double cachedValue = _owner->getCachedValue(in.name); in inputProc() local
112 if (!(std::isfinite(cachedValue))) in inputProc()
127 double marginValue = in.convertMarginZero - cachedValue; in inputProc()
132 << "Converting temp to margin: temp " << cachedValue in inputProc()
137 cachedValue = marginValue; in inputProc()
145 value += cachedValue; in inputProc()
149 value = compare(value, cachedValue); in inputProc()