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