Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
c399f6fbdbd17c35a8920ee9cfff08b3d67bc836
/
.
/
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
);