blob: da5306f1e7bf2372600c7f2051ce15b3e00f112c [file] [log] [blame]
#pragma once
#include "sensors/manager.hpp"
#include <string>
/**
* Given a configuration file, parsable by libconfig++, parse it and then pass
* the information onto BuildSensors.
*/
SensorManager buildSensorsFromConfig(const std::string& path);