Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dfancontroller.cpp58 value = _owner->getCachedValues(name).unscaled; in inputProc()
103 double maxRPM = _owner->getMaxSetPointRequest(); in setptProc()
133 bool failsafeCurrState = _owner->getFailSafeMode(); in outputProc()
144 double failsafePercent = _owner->getFailSafePercent(); in outputProc()
165 std::cerr << "Zone " << _owner->getZoneID() << " fans, " in outputProc()
175 std::cerr << "Zone " << _owner->getZoneID() << " fans, " in outputProc()
186 std::cerr << "Zone " << _owner->getZoneID() in outputProc()
198 auto sensor = _owner->getSensor(it); in outputProc()
199 auto redundantWrite = _owner->getRedundantWrite(); in outputProc()
207 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in outputProc()
[all …]
H A Dthermalcontroller.cpp109 double cachedValue = _owner->getCachedValue(in.name); in inputProc()
155 _owner->updateThermalPowerDebugInterface(_id, leaderName, value, 0); in inputProc()
201 _owner->addSetPoint(value, _id); in outputProc()
202 _owner->updateThermalPowerDebugInterface(_id, "", 0, value); in outputProc()
H A Dstepwisecontroller.cpp91 value = std::max(value, _owner->getCachedValue(in)); in inputProc()
107 _owner->addRPMCeiling(value); in outputProc()
111 _owner->addSetPoint(value, _id); in outputProc()
H A Dstepwisecontroller.hpp27 Controller(), _owner(owner), _id(id), _inputs(inputs) in StepwiseController()
52 ZoneInterface* _owner; member in pid_control::StepwiseController
H A Dpidcontroller.hpp24 Controller(), _owner(owner), _id(id) in PIDController()
80 ZoneInterface* _owner; member in pid_control::PIDController