Lines Matching full:t
45 std::cout << "\t{" << pair.first << ",\n\t\t{"; in debugPrint()
53 std::cout << pair.second.ignoreFailIfHostOff << "},\n\t},\n"; in debugPrint()
60 std::cout << "\t{" << zone.first << ",\n"; in debugPrint()
61 std::cout << "\t\t{" << zone.second.minThermalOutput << ", "; in debugPrint()
62 std::cout << zone.second.failsafePercent << "}\n\t},\n"; in debugPrint()
69 std::cout << "\t{" << zone.first << "\n"; in debugPrint()
72 std::cout << "\t\t{" << pidconf.first << ",\n"; in debugPrint()
73 std::cout << "\t\t\t{" << pidconf.second.type << ",\n"; in debugPrint()
74 std::cout << "\t\t\t{"; in debugPrint()
77 std::cout << "\n\t\t\t" << input.name; in debugPrint()
84 std::cout << "\t\t\t}\n"; 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()
95 std::cout << "\t\t\t{" << pidconf.second.pidInfo.integralLimit.min in debugPrint()
98 std::cout << "\t\t\t{" << pidconf.second.pidInfo.outLim.min << "," in debugPrint()
100 std::cout << "\t\t\t" << pidconf.second.pidInfo.slewNeg << ",\n"; in debugPrint()
101 std::cout << "\t\t\t" << pidconf.second.pidInfo.slewPos << ",\n"; in debugPrint()
102 std::cout << "\t\t\t}\n\t\t}\n"; in debugPrint()
104 std::cout << "\t},\n"; in debugPrint()