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

Method topic

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

Source from the content-addressed store, hash-verified

56
57template< typename ModelName, class InstanceTraits>
58inline
59DDS::TopicDescription_var
60OpenDDS::Model::Service< ModelName, InstanceTraits>::topic(
61 typename Participants::Values participant,
62 typename Topics::Values topic
63)
64{
65 if(!this->topics_[ participant][ topic]) {
66 this->createTopicDescription(participant, topic);
67 }
68 return this->topics_[ participant][ topic];
69}
70
71template< typename ModelName, class InstanceTraits>
72inline

Callers 3

createPublicationMethod · 0.45
createSubscriptionMethod · 0.45

Calls 1

Tested by

no test coverage detected