Searched refs:SensorUnits (Results 1 – 4 of 4) sorted by relevance
/openbmc/fb-ipmi-oem/include/ |
H A D | sensorutils.hpp | 34 enum class SensorUnits : uint8_t enum 114 const static boost::container::flat_map<const char*, SensorUnits, CmpStr> 115 sensorUnits{{{"temperature", SensorUnits::degreesC}, 116 {"voltage", SensorUnits::volts}, 117 {"current", SensorUnits::amps}, 118 {"fan_tach", SensorUnits::rpm}, 119 {"power", SensorUnits::watts}}};
|
/openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
H A D | storagecommands.hpp | 56 enum class SensorUnits : uint8_t enum
|
/openbmc/intel-ipmi-oem/include/ |
H A D | storagecommands.hpp | 244 enum class SensorUnits : uint8_t enum
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 123 const static boost::container::flat_map<const char*, SensorUnits, CmpStr> 124 sensorUnits{{{"temperature", SensorUnits::degreesC}, 125 {"voltage", SensorUnits::volts}, 126 {"current", SensorUnits::amps}, 127 {"fan_tach", SensorUnits::rpm}, 128 {"power", SensorUnits::watts}, 129 {"energy", SensorUnits::joules}}};
|