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