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

Method participant

tools/modeling/codegen/model/Service_T.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46template< typename ModelName, class InstanceTraits>
47inline
48DDS::DomainParticipant_var
49OpenDDS::Model::Service< ModelName, InstanceTraits>::participant( typename Participants::Values participant)
50{
51 if( !this->participants_[ participant]) {
52 this->createParticipant( participant);
53 }
54 return DDS::DomainParticipant::_duplicate(this->participants_[ participant]);
55}
56
57template< typename ModelName, class InstanceTraits>
58inline

Callers 6

createMultiTopicMethod · 0.95
createPublisherMethod · 0.45
createSubscriberMethod · 0.45
createPublicationMethod · 0.45
createSubscriptionMethod · 0.45

Calls 1

createParticipantMethod · 0.95

Tested by

no test coverage detected