Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
34ddc90293c242b4f946709495ced2c0af3cd792
/
.
/
pid
/
util.hpp
blob: a80e07f682976022581f80ebec0e557fb67b4477 [
file
] [
log
] [
blame
]
#pragma
once
#include
"ec/pid.hpp"
/*
* Given a configuration structure, fill out the information we use within the
* PID loop.
*/
void
InitializePIDStruct
(
ec
::
pid_info_t
*
info
,
const
ec
::
pidinfo
&
initial
);
void
DumpPIDStruct
(
ec
::
pid_info_t
*
info
);