Searched refs:ReadingType (Results 1 – 6 of 6) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | sensor.hpp | 45 enum class ReadingType{ enum 129 NLOHMANN_JSON_SERIALIZE_ENUM(ReadingType, { 130 {ReadingType::Invalid, "Invalid"}, 131 {ReadingType::Temperature, "Temperature"}, 132 {ReadingType::Humidity, "Humidity"}, 133 {ReadingType::Power, "Power"}, 134 {ReadingType::EnergykWh, "EnergykWh"}, 135 {ReadingType::EnergyJoules, "EnergyJoules"}, 136 {ReadingType::EnergyWh, "EnergyWh"}, 137 {ReadingType::ChargeAh, "ChargeAh"}, [all …]
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | sensor_utils.hpp | 236 inline sensor::ReadingType toReadingType(std::string_view sensorType) in toReadingType() 240 return sensor::ReadingType::Voltage; in toReadingType() 244 return sensor::ReadingType::Power; in toReadingType() 248 return sensor::ReadingType::Current; in toReadingType() 252 return sensor::ReadingType::Rotational; in toReadingType() 256 return sensor::ReadingType::Temperature; in toReadingType() 260 return sensor::ReadingType::Percent; in toReadingType() 264 return sensor::ReadingType::Humidity; in toReadingType() 268 return sensor::ReadingType::Altitude; in toReadingType() 272 return sensor::ReadingType::AirFlow; in toReadingType() [all …]
|
| /openbmc/openpower-host-ipmi-oem/ |
| H A D | oemhandler.hpp | 76 using ReadingType = uint8_t; typedef 84 ReadingType eventReadingType;
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | types.hpp | 131 using ReadingType = uint8_t; typedef 168 ReadingType sensorReadingType; 208 ReadingType eventReadingType;
|
| /openbmc/bmcweb/docs/ |
| H A D | COMMON_ERRORS.md | 406 sensorJson["ReadingType"] = "Frequency"; 416 sensorJson["ReadingType"] = sensor::ReadingType::Frequency;
|
| H A D | Redfish.md | 300 - ReadingType
|