Searched refs:setPoint (Results 1 – 2 of 2) sorted by relevance
130 void DbusPidZone::addSetPoint(double setPoint, const std::string& name) in addSetPoint() argument146 _SetPoints[profileName] += setPoint; in addSetPoint()150 if (_SetPoints[profileName] < setPoint) in addSetPoint()152 _SetPoints[profileName] = setPoint; in addSetPoint()
81 void addSetPoint(double setPoint, const std::string& name) override;