Home
last modified time | relevance | path

Searched refs:ReadingType (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dsensor.hpp45 enum class ReadingType{ enum
122 NLOHMANN_JSON_SERIALIZE_ENUM(ReadingType, {
123 {ReadingType::Invalid, "Invalid"},
124 {ReadingType::Temperature, "Temperature"},
125 {ReadingType::Humidity, "Humidity"},
126 {ReadingType::Power, "Power"},
127 {ReadingType::EnergykWh, "EnergykWh"},
128 {ReadingType::EnergyJoules, "EnergyJoules"},
129 {ReadingType::EnergyWh, "EnergyWh"},
130 {ReadingType::ChargeAh, "ChargeAh"},
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp222 inline sensor::ReadingType toReadingType(std::string_view sensorType) in toReadingType()
226 return sensor::ReadingType::Voltage; in toReadingType()
230 return sensor::ReadingType::Power; in toReadingType()
234 return sensor::ReadingType::Current; in toReadingType()
238 return sensor::ReadingType::Rotational; in toReadingType()
242 return sensor::ReadingType::Temperature; in toReadingType()
246 return sensor::ReadingType::Percent; in toReadingType()
250 return sensor::ReadingType::Humidity; in toReadingType()
254 return sensor::ReadingType::Altitude; in toReadingType()
258 return sensor::ReadingType::AirFlow; in toReadingType()
[all …]
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp76 using ReadingType = uint8_t; typedef
84 ReadingType eventReadingType;
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp130 using ReadingType = uint8_t; typedef
167 ReadingType sensorReadingType;
207 ReadingType eventReadingType;
/openbmc/bmcweb/
H A DCOMMON_ERRORS.md406 sensorJson["ReadingType"] = "Frequency";
416 sensorJson["ReadingType"] = sensor::ReadingType::Frequency;
H A DRedfish.md294 - ReadingType