Searched refs:pidconf (Results 1 – 1 of 1) sorted by relevance
65 for (const auto& pidconf : zone.second) in debugPrint() local67 std::cout << "\t\t{" << pidconf.first << ",\n"; in debugPrint()68 std::cout << "\t\t\t{" << pidconf.second.type << ",\n"; in debugPrint()70 for (const auto& input : pidconf.second.inputs) in debugPrint()80 std::cout << "\t\t\t" << pidconf.second.setpoint << ",\n"; in debugPrint()81 std::cout << "\t\t\t{" << pidconf.second.pidInfo.ts << ",\n"; in debugPrint()82 std::cout << "\t\t\t" << pidconf.second.pidInfo.proportionalCoeff in debugPrint()84 std::cout << "\t\t\t" << pidconf.second.pidInfo.integralCoeff in debugPrint()86 std::cout << "\t\t\t" << pidconf.second.pidInfo.feedFwdOffset in debugPrint()88 std::cout << "\t\t\t" << pidconf.second.pidInfo.feedFwdGain in debugPrint()[all …]