Home
last modified time | relevance | path

Searched refs:coreContext (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.cpp61 PidCoreContext coreContext; in pid() local
69 coreContext.input = input; in pid()
70 coreContext.setpoint = setpoint; in pid()
87 coreContext.error = error; in pid()
89 coreContext.integralTerm1 = 0.0; in pid()
119 coreContext.output1 = output; in pid()
123 coreContext.output2 = output; in pid()
125 coreContext.minOut = 0.0; in pid()
126 coreContext.maxOut = 0.0; in pid()
140 coreContext.minOut = minOut; in pid()
[all …]
H A Dlogging.cpp244 const PidCoreContext& coreContext) in LogContext() argument
263 if (pidLog.lastContext != coreContext) in LogContext()
275 pidLog.lastContext = coreContext; in LogContext()
277 DumpContextData(pidLog.fileContext, msNow, coreContext); in LogContext()