Searched refs:accumulateSetPoint (Results 1 – 5 of 5) sorted by relevance
215 bool accumulateSetPoint = false; in buildPIDsFromJson() local219 findAccSetPoint->get_to(accumulateSetPoint); in buildPIDsFromJson()221 thisZoneConfig.accumulateSetPoint = accumulateSetPoint; in buildPIDsFromJson()
63 bool accumulateSetPoint) : in DbusPidZone() argument67 _zoneId(zone), _accumulateSetPoint(accumulateSetPoint), in DbusPidZone()
71 zoneConf->second.accumulateSetPoint); in buildZones()
92 bool accumulateSetPoint; member
688 bool accumulateSetPoint = false; in init() local692 accumulateSetPoint = std::get<bool>(findAccSetPoint->second); in init()694 details.accumulateSetPoint = accumulateSetPoint; in init()