26 return UnexpectedCode::Inconsistent;
36 if (tps1.Value < avgThreshold && tps2Actual < avgThreshold) {
38 float delta = absF(tps1.Value - tps2Actual);
40 return UnexpectedCode::Inconsistent;
43 return (tps1.Value + tps2Actual) / 2;
47 if (tps1.Value > avgThreshold && tps2Actual > (avgThreshold - 3)) {
52 return UnexpectedCode::Inconsistent;