blob: 649ca70e45d88c898fc15ff6bece531d9c127c56 [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 Venturefe75b192018-06-08 11:19:43 -070011SensorManager BuildSensorsFromConfig(const std::string& path);