Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.cpp414 for (const std::string& tachName : tachs) in calculate() local
418 [&](const auto& item) { return item.first.ends_with(tachName); }); in calculate()
421 [&](const auto& item) { return item.first.ends_with(tachName); }); in calculate()
426 std::cerr << "Can't find " << tachName << "in readings\n"; in calculate()
433 std::cerr << "Can't find " << tachName << " in ranges\n"; in calculate()
440 std::cerr << "Tach Max Set to 0 " << tachName << "\n"; in calculate()
453 std::cout << "Tach " << tachName << "at " << rpm << "\n"; in calculate()