Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.hpp49 struct pidinfo struct
51 bool checkHysterWithSetpt = 0.0; // compare current input and setpoint to
54 double ts = 0.0; // sample time in seconds
55 double proportionalCoeff = 0.0; // coeff for P
56 double integralCoeff = 0.0; // coeff for I
57 double derivativeCoeff = 0.0; // coeff for D
58 double feedFwdOffset = 0.0; // offset coeff for feed-forward term
59 double feedFwdGain = 0.0; // gain for feed-forward term
60 ec::limits_t integralLimit; // clamp of integral
61 ec::limits_t outLim; // clamp of output
[all …]