Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp145 setPoints[profileName] += setPoint; in addSetPoint()
149 if (setPoints[profileName] < setPoint) in addSetPoint()
151 setPoints[profileName] = setPoint; in addSetPoint()
159 if (_maximumSetPoint < setPoints[profileName]) in addSetPoint()
161 _maximumSetPoint = setPoints[profileName]; in addSetPoint()
178 setPoints.clear(); in clearSetPoints()
H A Dzone.hpp245 std::map<std::string, double> setPoints; member in pid_control::DbusPidZone