Searched refs:coreContext (Results 1 – 2 of 2) sorted by relevance
61 PidCoreContext coreContext; in pid() local69 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 …]
244 const PidCoreContext& coreContext) in LogContext() argument263 if (pidLog.lastContext != coreContext) in LogContext()275 pidLog.lastContext = coreContext; in LogContext()277 DumpContextData(pidLog.fileContext, msNow, coreContext); in LogContext()