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