blob: d646223f8e9645adf459b62e65eafb0ad897337b [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);