Searched refs:checkHysterWithSetpt (Results 1 – 7 of 7) sorted by relevance
22 bool checkHysterWithSetpt = false; // compare current input and setpoint to member50 bool checkHysterWithSetpt = false; // compare current input and setpoint to member
16 info->checkHysterWithSetpt = initial.checkHysterWithSetpt; in initializePIDStruct()
61 auto checkHysterWithSetpt = p.find("checkHysteresisWithSetpoint"); in from_json() local69 if (checkHysterWithSetpt != p.end()) in from_json()71 checkHysterWithSetpt->get_to(checkHysterWithSetptValue); in from_json()114 c.pidInfo.checkHysterWithSetpt = checkHysterWithSetptValue; in from_json()
25 _pid_info.checkHysterWithSetpt = false; in PIDController()
19 if (info->checkHysterWithSetpt) in calPIDOutput()
216 initial.checkHysterWithSetpt = false; in TEST()250 initial.checkHysterWithSetpt = false; in TEST()
417 bool checkHysterWithSetpt = false; in populatePidInfo() local 429 checkHysterWithSetpt = std::get<bool>(findCheckHysterFlag->second); in populatePidInfo() 447 info.pidInfo.checkHysterWithSetpt = checkHysterWithSetpt; in populatePidInfo()