blob: d646223f8e9645adf459b62e65eafb0ad897337b [file] [log] [blame]
Patrick Venture5e929092018-06-08 10:55:23 -07001#pragma once
2
Patrick Venture5e929092018-06-08 10:55:23 -07003#include "sensors/manager.hpp"
4#include "sensors/sensor.hpp"
5
Patrick Ventureda4a5dd2018-08-31 09:42:48 -07006#include <map>
7#include <string>
8
Patrick Venture5e929092018-06-08 10:55:23 -07009/**
10 * Build the sensors and associate them with a SensorManager.
11 */
Patrick Venturef3252312018-10-30 08:42:53 -070012SensorManager
Patrick Venture7af157b2018-10-30 11:24:40 -070013 buildSensors(const std::map<std::string, struct SensorConfig>& config);