Searched defs:CFMSensor (Results 1 – 2 of 2) sorted by relevance
13 struct CFMSensor : public Sensor, std::enable_shared_from_this<CFMSensor> struct24 CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, argument40 std::vector<sdbusplus::bus::match_t> matches;41 boost::container::flat_map<std::string, double> tachReadings;43 tachRanges;44 std::shared_ptr<sdbusplus::asio::dbus_interface> pwmLimitIface;45 std::shared_ptr<sdbusplus::asio::dbus_interface> cfmLimitIface;46 sdbusplus::asio::object_server& objServer;
171 CFMSensor::CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, in CFMSensor() function in CFMSensor