Home
last modified time | relevance | path

Searched defs:pid_info_t (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.hpp19 struct pid_info_t struct
21 bool initialized = false; // has pid been initialized
22 bool checkHysterWithSetpt = false; // compare current input and setpoint to
25 double ts = 0.0; // sample time in seconds
26 double integral = 0.0; // integral of error
27 double lastOutput = 0.0; // value of last output
28 double lastError = 0.0; // value of last error
30 double proportionalCoeff = 0.0; // coeff for P
31 double integralCoeff = 0.0; // coeff for I
32 double derivativeCoeff = 0.0; // coeff for D
[all …]