MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / entityKey

Function entityKey

tests/unit-tests/dds/DCPS/DomainParticipantImpl.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 };
27
28 long entityKey(const GUID_t& id) {
29 return (((id.entityId.entityKey[0] << 8) | id.entityId.entityKey[1]) << 8) | id.entityId.entityKey[2];
30 }
31};
32
33TEST(dds_DCPS_DomainParticipantImpl, maintest)

Callers 2

entityIdMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected