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
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 Dsensor_utils.hpp236 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 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.hpp131 using ReadingType = uint8_t; typedef
168 ReadingType sensorReadingType;
208 ReadingType eventReadingType;
/openbmc/bmcweb/docs/
H A DCOMMON_ERRORS.md406 sensorJson["ReadingType"] = "Frequency";
416 sensorJson["ReadingType"] = sensor::ReadingType::Frequency;
H A DRedfish.md300 - ReadingType