Searched refs:ImplementationType (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | metric_definition.hpp | 20 enum class ImplementationType{ enum 63 NLOHMANN_JSON_SERIALIZE_ENUM(ImplementationType, { 64 {ImplementationType::Invalid, "Invalid"}, 65 {ImplementationType::PhysicalSensor, "PhysicalSensor"}, 66 {ImplementationType::Calculated, "Calculated"}, 67 {ImplementationType::Synthesized, "Synthesized"}, 68 {ImplementationType::DigitalMeter, "DigitalMeter"},
|
H A D | control.hpp | 38 enum class ImplementationType{ enum 73 NLOHMANN_JSON_SERIALIZE_ENUM(ImplementationType, { 74 {ImplementationType::Invalid, "Invalid"}, 75 {ImplementationType::Programmable, "Programmable"}, 76 {ImplementationType::Direct, "Direct"}, 77 {ImplementationType::Monitored, "Monitored"},
|
H A D | sensor.hpp | 73 enum class ImplementationType{ enum 150 NLOHMANN_JSON_SERIALIZE_ENUM(ImplementationType, { 151 {ImplementationType::Invalid, "Invalid"}, 152 {ImplementationType::PhysicalSensor, "PhysicalSensor"}, 153 {ImplementationType::Synthesized, "Synthesized"}, 154 {ImplementationType::Reported, "Reported"},
|