Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/exit-air/
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
40 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;
H A DExitAirTempSensor.cpp171 CFMSensor::CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, in CFMSensor() function in CFMSensor