Home
last modified time | relevance | path

Searched refs:SensorUnits (Results 1 – 4 of 4) sorted by relevance

/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp34 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 Dstoragecommands.hpp56 enum class SensorUnits : uint8_t enum
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp244 enum class SensorUnits : uint8_t enum
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp123 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}}};