Searched refs:setpt (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-pid-control/pid/ |
H A D | pidcontroller.cpp | 33 double PIDController::calPIDOutput(double setpt, double input, in calPIDOutput() argument 42 if (input > (setpt + info->positiveHysteresis)) in calPIDOutput() 45 output = ec::pid(info, input, setpt, &name); in calPIDOutput() 53 else if (input < (setpt - info->negativeHysteresis)) in calPIDOutput() 55 lastInput = setpt; in calPIDOutput() 74 output = ec::pid(info, input, setpt, &name); in calPIDOutput() 101 output = ec::pid(info, lastInput, setpt, &name); in calPIDOutput() 111 double setpt; in process() local 115 setpt = setptProc(); in process() 123 output = calPIDOutput(setpt, input, info); in process()
|
H A D | pidcontroller.hpp | 77 double calPIDOutput(double setpt, double input, ec::pid_info_t* info);
|
/openbmc/phosphor-pid-control/ |
H A D | tuning.md | 34 epoch_ms,setpt,fan1,fan2,...fanN,fleeting,failsafe
|