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