Home
last modified time | relevance | path

Searched defs:SensorData (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp247 struct SensorData struct
249 double value;
250 bool available;
251 bool functional;
252 GetSensorResponse response;
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp136 struct SensorData struct in redfish::SensorsAsyncResp
138 std::string name;
139 std::string uri;
140 std::string dbusPath;
/openbmc/dbus-sensors/src/
H A DUtils.hpp52 using SensorData = boost::container::flat_map<std::string, SensorBaseConfigMap>; typedef