Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.cpp420 for (const std::string& tachName : tachs) in calculate() local
424 [&](const auto& item) { return item.first.ends_with(tachName); }); in calculate()
427 [&](const auto& item) { return item.first.ends_with(tachName); }); in calculate()
432 std::cerr << "Can't find " << tachName << "in readings\n"; in calculate()
439 std::cerr << "Can't find " << tachName << " in ranges\n"; in calculate()
446 std::cerr << "Tach Max Set to 0 " << tachName << "\n"; in calculate()
459 std::cout << "Tach " << tachName << "at " << rpm << "\n"; in calculate()