Searched refs:checkHysterWithSetpt (Results 1 – 7 of 7) sorted by relevance
23 bool checkHysterWithSetpt = false; // compare current input and setpoint to member51 bool checkHysterWithSetpt = 0.0; // compare current input and setpoint to member
69 auto checkHysterWithSetpt = p.find("checkHysteresisWithSetpoint"); in from_json() local77 if (checkHysterWithSetpt != p.end()) in from_json()79 checkHysterWithSetpt->get_to(checkHysterWithSetptValue); in from_json()122 c.pidInfo.checkHysterWithSetpt = checkHysterWithSetptValue; in from_json()
29 info->checkHysterWithSetpt = initial.checkHysterWithSetpt; in initializePIDStruct()
27 _pid_info.checkHysterWithSetpt = false; in PIDController()
39 if (info->checkHysterWithSetpt) in calPIDOutput()
214 initial.checkHysterWithSetpt = false; in TEST()248 initial.checkHysterWithSetpt = false; in TEST()
390 bool checkHysterWithSetpt = false; in populatePidInfo() 402 checkHysterWithSetpt = std::get<bool>(findCheckHysterFlag->second); in populatePidInfo() 420 info.pidInfo.checkHysterWithSetpt = checkHysterWithSetpt; in populatePidInfo() 388 bool checkHysterWithSetpt = false; populatePidInfo() local