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.cpp130 void DbusPidZone::addSetPoint(double setPoint, const std::string& name) in addSetPoint() argument
146 _SetPoints[profileName] += setPoint; in addSetPoint()
150 if (_SetPoints[profileName] < setPoint) in addSetPoint()
152 _SetPoints[profileName] = setPoint; in addSetPoint()
H A Dzone.hpp81 void addSetPoint(double setPoint, const std::string& name) override;