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