Searched refs:setPoint (Results 1 – 2 of 2) sorted by relevance
129 void DbusPidZone::addSetPoint(double setPoint, const std::string& name) in addSetPoint() argument145 setPoints[profileName] += setPoint; in addSetPoint()149 if (setPoints[profileName] < setPoint) in addSetPoint()151 setPoints[profileName] = setPoint; in addSetPoint()
90 void addSetPoint(double setPoint, const std::string& name) override;