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.hpp19 struct CFMSensor : public Sensor, std::enable_shared_from_this<CFMSensor> struct
30 CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, argument
46 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;
H A DExitAirTempSensor.cpp171 CFMSensor::CFMSensor(std::shared_ptr<sdbusplus::asio::connection>& conn, in CFMSensor() function in CFMSensor