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

Method createParticipant

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

Source from the content-addressed store, hash-verified

114
115template< typename ModelName, class InstanceTraits>
116inline
117DDS::DomainParticipant*
118OpenDDS::Model::Service< ModelName, InstanceTraits>::createParticipant(
119 typename Participants::Values participant
120)
121{
122 return this->participants_[participant] = this->delegate_.createParticipant(
123 this->modelData_.domain( participant),
124 this->modelData_.qos( participant),
125 this->modelData_.mask( participant),
126 this->configName(this->modelData_.transportConfigName(participant))
127 );
128}
129
130template< typename ModelName, class InstanceTraits>
131inline

Callers 4

participantMethod · 0.95
createTopicMethod · 0.95
createPublisherMethod · 0.95
createSubscriberMethod · 0.95

Calls 2

transportConfigNameMethod · 0.80
domainMethod · 0.45

Tested by

no test coverage detected