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

Method publisher

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

Source from the content-addressed store, hash-verified

70
71template< typename ModelName, class InstanceTraits>
72inline
73DDS::Publisher_var
74OpenDDS::Model::Service< ModelName, InstanceTraits>::publisher( typename Publishers::Values publisher)
75{
76 if( !this->publishers_[ publisher]) {
77 this->createPublisher( publisher);
78 }
79 return DDS::Publisher::_duplicate(this->publishers_[ publisher]);
80}
81
82template< typename ModelName, class InstanceTraits>
83inline

Callers 1

createPublicationMethod · 0.45

Calls 1

createPublisherMethod · 0.95

Tested by

no test coverage detected