blob: da5306f1e7bf2372600c7f2051ce15b3e00f112c [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
Patrick Ventureda4a5dd2018-08-31 09:42:48 -07005#include <string>
6
Patrick Venture5e929092018-06-08 10:55:23 -07007/**
8 * Given a configuration file, parsable by libconfig++, parse it and then pass
9 * the information onto BuildSensors.
10 */
Patrick Venture7af157b2018-10-30 11:24:40 -070011SensorManager buildSensorsFromConfig(const std::string& path);