Searched refs:setPoint (Results 1 – 2 of 2) sorted by relevance
127 void DbusPidZone::addSetPoint(double setPoint, const std::string& name) in addSetPoint() argument143 _SetPoints[profileName] += setPoint; in addSetPoint()147 if (_SetPoints[profileName] < setPoint) in addSetPoint()149 _SetPoints[profileName] = setPoint; in addSetPoint()
80 void addSetPoint(double setPoint, const std::string& name) override;