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.hpp28 struct StepwiseInfo struct
30 double ts; // sample time in seconds
31 double reading[maxStepwisePoints];
32 double output[maxStepwisePoints];
33 double positiveHysteresis;
34 double negativeHysteresis;
35 bool isCeiling;