blob: fdf1c9b937f61555d638a3c6fb7f82311a3b287f [file] [log] [blame]
#pragma once
#include "sensors/manager.hpp"
#include "sensors/sensor.hpp"
#include <map>
#include <string>
/**
* Build the sensors and associate them with a SensorManager.
*/
SensorManager
BuildSensors(const std::map<std::string, struct SensorConfig>& config);