Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/ec/
H A Dstepwise.hpp29 struct StepwiseInfo struct
31 double ts; // sample time in seconds
32 double reading[maxStepwisePoints];
33 double output[maxStepwisePoints];
34 double positiveHysteresis;
35 double negativeHysteresis;
36 bool isCeiling;