Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dterminus.hpp45 struct EntityKey struct
47 EntityType type; //!< Entity type
48 EntityInstanceNumber instanceIdx; //!< Entity instance number
49 ContainerID containerId; //!< Entity container ID
51 bool operator==(const EntityKey& e) const in operator ==()
59 using EntityKey = struct EntityKey; typedef