Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json.in383 "negativeHysteresis": 0.0 number
411 "negativeHysteresis": 0.0 number
434 "negativeHysteresis": 0.0 number
457 "negativeHysteresis": 0.0 number
480 "negativeHysteresis": 0.0 number
573 "negativeHysteresis": 0.0 number
596 "negativeHysteresis": 0.0 number
619 "negativeHysteresis": 0.0 number
642 "negativeHysteresis": 0.0 number
665 "negativeHysteresis": 0.0 number
[all …]
/openbmc/phosphor-pid-control/pid/
H A Dpidcontroller.cpp53 else if (input < (setpt - info->negativeHysteresis)) in calPIDOutput()
71 if (info->positiveHysteresis == 0 && info->negativeHysteresis == 0) in calPIDOutput()
96 else if ((lastInput - input) > info->negativeHysteresis) in calPIDOutput()
H A Dbuildjson.cpp71 auto negativeHysteresis = p.find("negativeHysteresis"); in from_json() local
85 if (negativeHysteresis != p.end()) in from_json()
87 negativeHysteresis->get_to(negativeHysteresisValue); in from_json()
120 c.pidInfo.negativeHysteresis = negativeHysteresisValue; in from_json()
165 c.stepwiseInfo.negativeHysteresis = negativeHysteresisValue; in from_json()
H A Dutil.cpp42 info->negativeHysteresis = initial.negativeHysteresis; in initializePIDStruct()
H A Dpidcontroller.hpp42 _pid_info.negativeHysteresis = static_cast<double>(0.0); in PIDController()
H A Dstepwisecontroller.cpp57 else if ((lastInput - input) > info.negativeHysteresis) in process()
/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.hpp42 double negativeHysteresis = 0.0; member
65 double negativeHysteresis = 0.0; member
H A Dstepwise.hpp35 double negativeHysteresis; member
H A Dlogging.cpp129 file << "," << p.positiveHysteresis << "," << p.negativeHysteresis; in DumpCoeffsData()
/openbmc/phosphor-pid-control/test/
H A Dpid_stepwisecontroller_unittest.cpp28 initial.negativeHysteresis = 3.0; in TEST()
64 initial.negativeHysteresis = 3.0; in TEST()
H A Dpid_json_unittest.cpp174 "negativeHysteresis": 9000.0 in TEST()
213 "negativeHysteresis": 1.0, in TEST()
H A Dpid_thermalcontroller_unittest.cpp215 initial.negativeHysteresis = 4.0; in TEST()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp389 double negativeHysteresis = 0; in populatePidInfo() local
404 negativeHysteresis = in populatePidInfo()
419 info.pidInfo.negativeHysteresis = negativeHysteresis; in populatePidInfo()
1065 info.stepwiseInfo.negativeHysteresis = 0.0; in init()
1078 info.stepwiseInfo.negativeHysteresis = std::visit( in init()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp1147 std::optional<double> negativeHysteresis; in createPidInterface()
1153 "NegativeHysteresis", negativeHysteresis, // in createPidInterface()
1212 if (negativeHysteresis) in createPidInterface()
1214 output.emplace_back("NegativeHysteresis", *negativeHysteresis); in createPidInterface()
1125 std::optional<double> negativeHysteresis; createPidInterface() local
/openbmc/phosphor-pid-control/
H A Dconfigure.md330 "negativeHysteresis": 1.0,
363 | `negativeHysteresis` | `double` | How much the input value must drop to allow the switch to t…