Lines Matching defs:CFMSensor
55 constexpr const char* cfmType = "CFMSensor";
73 static std::vector<std::shared_ptr<CFMSensor>> cfmSensors;
169 CFMSensor::CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn,
176 sensorConfiguration, "CFMSensor", false, false, cfmMaxReading,
205 void CFMSensor::setupMatches()
207 std::weak_ptr<CFMSensor> weakRef = weak_from_this();
293 CFMSensor::~CFMSensor()
305 void CFMSensor::createMaxCFMIface()
311 void CFMSensor::addTachRanges(const std::string& serviceName,
314 std::weak_ptr<CFMSensor> weakRef = weak_from_this();
338 void CFMSensor::checkThresholds()
343 void CFMSensor::updateReading()
360 uint64_t CFMSensor::getMaxRpm(uint64_t cfmMaxSetting) const
416 bool CFMSensor::calculate(double& value)
893 auto sensor = std::make_shared<CFMSensor>(