Home
last modified time | relevance | path

Searched refs:accumulateSetPoint (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp215 bool accumulateSetPoint = false; in buildPIDsFromJson() local
219 findAccSetPoint->get_to(accumulateSetPoint); in buildPIDsFromJson()
221 thisZoneConfig.accumulateSetPoint = accumulateSetPoint; in buildPIDsFromJson()
H A Dzone.hpp63 bool accumulateSetPoint) : in DbusPidZone() argument
67 _zoneId(zone), _accumulateSetPoint(accumulateSetPoint), in DbusPidZone()
H A Dbuilder.cpp71 zoneConf->second.accumulateSetPoint); in buildZones()
/openbmc/phosphor-pid-control/
H A Dconf.hpp92 bool accumulateSetPoint; member
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp688 bool accumulateSetPoint = false; in init() local
692 accumulateSetPoint = std::get<bool>(findAccSetPoint->second); in init()
694 details.accumulateSetPoint = accumulateSetPoint; in init()