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.hpp23 bool checkHysterWithSetpt = false; // compare current input and setpoint to member
51 bool checkHysterWithSetpt = 0.0; // compare current input and setpoint to member
/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp69 auto checkHysterWithSetpt = p.find("checkHysteresisWithSetpoint"); in from_json() local
77 if (checkHysterWithSetpt != p.end()) in from_json()
79 checkHysterWithSetpt->get_to(checkHysterWithSetptValue); in from_json()
122 c.pidInfo.checkHysterWithSetpt = checkHysterWithSetptValue; in from_json()
H A Dutil.cpp29 info->checkHysterWithSetpt = initial.checkHysterWithSetpt; in initializePIDStruct()
H A Dpidcontroller.hpp27 _pid_info.checkHysterWithSetpt = false; in PIDController()
H A Dpidcontroller.cpp39 if (info->checkHysterWithSetpt) in calPIDOutput()
/openbmc/phosphor-pid-control/test/
H A Dpid_thermalcontroller_unittest.cpp214 initial.checkHysterWithSetpt = false; in TEST()
248 initial.checkHysterWithSetpt = false; in TEST()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp390 bool checkHysterWithSetpt = false; in populatePidInfo()
402 checkHysterWithSetpt = std::get<bool>(findCheckHysterFlag->second); in populatePidInfo()
420 info.pidInfo.checkHysterWithSetpt = checkHysterWithSetpt; in populatePidInfo()
388 bool checkHysterWithSetpt = false; populatePidInfo() local