Searched refs:_failSafeSensors (Results 1 – 2 of 2) sorted by relevance
97 return !_failSafeSensors.empty(); in getFailSafeMode()112 _failSafeSensors[name] = _zoneFailSafePercent; in markSensorMissing()116 _failSafeSensors[name] = _sensorFailSafePercent[name]; in markSensorMissing()187 _failSafeSensors.begin(), _failSafeSensors.end(), in getFailSafePercent()389 for (const auto& sensor : _failSafeSensors) in determineMaxSetPointRequest()
196 auto kt = _failSafeSensors.find(sensorInput); in processSensorInputs()197 if (kt != _failSafeSensors.end()) in processSensorInputs()205 _failSafeSensors.erase(kt); in processSensorInputs()228 std::map<std::string, double> _failSafeSensors; member in pid_control::DbusPidZone