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

Class OwnershipData

dds/InfoRepo/UpdateDataTypes.h:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51struct OwnershipData {
52 DomainIdType domain;
53 IdType participant;
54 long owner;
55
56 OwnershipData(DomainIdType d, IdType p, long o)
57 : domain(d),
58 participant(p),
59 owner(o) { }
60};
61
62template <typename Q, typename S>
63struct TopicStrt {

Callers 1

takeOwnershipMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected