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