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.hpp246 struct SensorData struct
248 double value;
249 bool available;
250 bool functional;
251 GetSensorResponse response;
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp133 struct SensorData struct in redfish::SensorsAsyncResp
135 std::string name;
136 std::string uri;
137 std::string dbusPath;
/openbmc/dbus-sensors/src/
H A DUtils.hpp51 using SensorData = boost::container::flat_map<std::string, SensorBaseConfigMap>; typedef