blob: 649ca70e45d88c898fc15ff6bece531d9c127c56 [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);