phosphor-pid-control

George Liu (刘锡伟) liuxiwei at inspur.com
Tue Apr 2 23:43:49 AEDT 2019


Hi, All:
Excuse me, I have a problem, 727 lines of dbus/dbusconfiguration.cpp in the phosphor-pid-control code,
which I think is info.stepwiseInfo.NegativeHysteresis, as follows:

If (findPosHyst != base.end())
{
info.stepwiseInfo.positiveHysteresis = std::visit(
VariantToDoubleVisitor(), findPosHyst->second);
}
If (findNegHyst != base.end())
{
info.stepwiseInfo.positiveHysteresis = std::visit(
VariantToDoubleVisitor(), findNegHyst->second);
}

What do you think?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20190402/c630433f/attachment.htm>


More information about the openbmc mailing list