Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.hpp22 bool checkHysterWithSetpt = false; // compare current input and setpoint to member
50 bool checkHysterWithSetpt = false; // compare current input and setpoint to member
/openbmc/phosphor-pid-control/pid/
H A Dutil.cpp16 info->checkHysterWithSetpt = initial.checkHysterWithSetpt; in initializePIDStruct()
H A Dbuildjson.cpp61 auto checkHysterWithSetpt = p.find("checkHysteresisWithSetpoint"); in from_json() local
69 if (checkHysterWithSetpt != p.end()) in from_json()
71 checkHysterWithSetpt->get_to(checkHysterWithSetptValue); in from_json()
114 c.pidInfo.checkHysterWithSetpt = checkHysterWithSetptValue; in from_json()
H A Dpidcontroller.hpp25 _pid_info.checkHysterWithSetpt = false; in PIDController()
H A Dpidcontroller.cpp19 if (info->checkHysterWithSetpt) in calPIDOutput()
/openbmc/phosphor-pid-control/test/
H A Dpid_thermalcontroller_unittest.cpp216 initial.checkHysterWithSetpt = false; in TEST()
250 initial.checkHysterWithSetpt = false; in TEST()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp417 bool checkHysterWithSetpt = false; in populatePidInfo() local
429 checkHysterWithSetpt = std::get<bool>(findCheckHysterFlag->second); in populatePidInfo()
447 info.pidInfo.checkHysterWithSetpt = checkHysterWithSetpt; in populatePidInfo()