Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
90f9bb51836e876130d947e18653891dedc528c2
/
.
/
pid
/
tuning.hpp
blob: 511c797c30266dbda3b5c84f3b21208f858ce348 [
file
] [
log
] [
blame
]
#pragma
once
#include
<string>
/** Boolean variable controlling whether tuning logging output is enabled
* during this run.
*/
extern
bool
tuningLoggingEnabled
;
extern
std
::
string
tuningLoggingPath
;