#pragma once #include "conf.hpp" #include #include #include using json = nlohmann::json; /** * Given the json "zones" data, create the map of PIDs and the map of zones. * * @param[in] data - the json data * @return the pidConfig, and the zoneConfig */ std::pair, std::map> buildPIDsFromJson(const json& data);