Lines Matching defs:SmbpbiSensor
33 struct SmbpbiSensor : public Sensor struct
48 size_t getPollRate() const in getPollRate()
55 uint8_t busId;
56 uint8_t addr;
57 uint16_t offset;
58 std::string sensorUnits;
59 std::string sensorType;
60 std::string valueType;
71 sdbusplus::asio::object_server& objectServer;
72 boost::asio::random_access_file inputDev;
73 boost::asio::steady_timer waitTimer;
74 size_t pollRateSecond;