Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.hpp13 struct CFMSensor : public Sensor, std::enable_shared_from_this<CFMSensor> struct
24 CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, argument
29 ~CFMSensor() override;
H A DExitAirTempSensor.cpp75 static std::vector<std::shared_ptr<CFMSensor>> cfmSensors;
168 CFMSensor::CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, in CFMSensor() function in CFMSensor
204 void CFMSensor::setupMatches() in setupMatches()
206 std::weak_ptr<CFMSensor> weakRef = weak_from_this(); in setupMatches()
289 CFMSensor::~CFMSensor() in ~CFMSensor()
301 void CFMSensor::createMaxCFMIface() in createMaxCFMIface()
310 std::weak_ptr<CFMSensor> weakRef = weak_from_this(); in addTachRanges()
333 void CFMSensor::checkThresholds() in checkThresholds()
338 void CFMSensor::updateReading() in updateReading()
355 uint64_t CFMSensor::getMaxRpm(uint64_t cfmMaxSetting) const in getMaxRpm()
[all …]