Searched defs:CFMSensor (Results 1 – 2 of 2) sorted by relevance
19 struct CFMSensor : public Sensor, std::enable_shared_from_this<CFMSensor> struct30 CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, argument46 std::vector<sdbusplus::bus::match_t> matches;47 boost::container::flat_map<std::string, double> tachReadings;49 tachRanges;50 std::shared_ptr<sdbusplus::asio::dbus_interface> pwmLimitIface;51 std::shared_ptr<sdbusplus::asio::dbus_interface> cfmLimitIface;52 sdbusplus::asio::object_server& objServer;
171 CFMSensor::CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, in CFMSensor() function in CFMSensor