blob: 0948c69bdfeeb3a44b012b8ccac6df4eaa642e49 [file] [log] [blame]
Patrick Venture5e929092018-06-08 10:55:23 -07001#pragma once
2
Patrick Venture5e929092018-06-08 10:55:23 -07003#include <string>
4
5#include "sensors/manager.hpp"
6
7/**
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);