blob: 2b28663602d2cea7e8072a08bcfa44ced01913ac [file] [log] [blame]
#pragma once
#include "pid/zone.hpp"
#include "sensors/manager.hpp"
#include <memory>
#include <sdbusplus/bus.hpp>
#include <unordered_map>
std::unordered_map<int64_t, std::unique_ptr<PIDZone>>
buildZones(std::map<int64_t, PIDConf>& zonePids,
std::map<int64_t, struct ZoneConfig>& zoneConfigs,
SensorManager& mgr, sdbusplus::bus::bus& modeControlBus);