Home
last modified time | relevance | path

Searched refs:pidconf (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-pid-control/
H A Dutil.cpp70 for (const auto& pidconf : zone.second) in debugPrint() local
72 std::cout << "\t\t{" << pidconf.first << ",\n"; in debugPrint()
73 std::cout << "\t\t\t{" << pidconf.second.type << ",\n"; in debugPrint()
75 for (const auto& input : pidconf.second.inputs) in debugPrint()
85 std::cout << "\t\t\t" << pidconf.second.setpoint << ",\n"; in debugPrint()
86 std::cout << "\t\t\t{" << pidconf.second.pidInfo.ts << ",\n"; in debugPrint()
87 std::cout << "\t\t\t" << pidconf.second.pidInfo.proportionalCoeff in debugPrint()
89 std::cout << "\t\t\t" << pidconf.second.pidInfo.integralCoeff in debugPrint()
91 std::cout << "\t\t\t" << pidconf.second.pidInfo.feedFwdOffset in debugPrint()
93 std::cout << "\t\t\t" << pidconf.second.pidInfo.feedFwdGain in debugPrint()
[all …]