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