Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
8e2fdb34b4338b41cb27756810266f6e3eb900ee
/
.
/
sensors
/
builderconfig.hpp
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
);