Lines Matching full:tach
16 #include "tach.hpp"
41 Tach::Tach(const std::vector<std::string>& sensors) : currentState(false) in Tach() function in phosphor::fan::presence::Tach
50 bool Tach::start() in start()
64 // Get an initial tach speed. in start()
75 lg2::info("Unable to read fan tach sensor {TACPATH}", "TACPATH", in start()
88 void Tach::stop() in stop()
97 bool Tach::present() in present()
99 // Live query the tach readings. in present()
111 void Tach::propertiesChanged(size_t sensor, sdbusplus::message_t& msg) in propertiesChanged()
120 void Tach::propertiesChanged(size_t sensor, in propertiesChanged()
142 void Tach::logConflict(const std::string& fanInventoryPath) const in logConflict()
145 "Tach sensor presence detect for fan {} said not present but " in logConflict()