Home
last modified time | relevance | path

Searched refs:setPoint (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp115 void DbusPidZone::addSetPoint(double setPoint, const std::string& name) in addSetPoint() argument
131 _SetPoints[profileName] += setPoint; in addSetPoint()
135 if (_SetPoints[profileName] < setPoint) in addSetPoint()
137 _SetPoints[profileName] = setPoint; in addSetPoint()
H A Dzone.hpp80 void addSetPoint(double setPoint, const std::string& name) override;