Home
last modified time | relevance | path

Searched defs:StateSensorEntry (Results 1 – 1 of 1) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Devent_parser.hpp24 struct StateSensorEntry struct
26 pdr::ContainerID containerId;
27 pdr::EntityType entityType;
28 pdr::EntityInstance entityInstance;
29 pdr::SensorOffset sensorOffset;
30 pdr::StateSetId stateSetid;
31 bool skipContainerId;
33 bool operator==(const StateSensorEntry& e) const in operator ==()
52 bool operator<(const StateSensorEntry& e) const in operator <()