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

Method createTopic

tools/modeling/codegen/model/Delegate.cpp:48–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48DDS::Topic*
49OpenDDS::Model::Delegate::createTopic(
50 DDS::DomainParticipant* participant,
51 const OPENDDS_STRING& topicName,
52 const OPENDDS_STRING& typeName,
53 const DDS::TopicQos& topicQos,
54 DDS::StatusMask mask)
55{
56 DDS::Topic* topic
57 = participant->create_topic(
58 topicName.c_str(),
59 typeName.c_str(),
60 topicQos,
61 DDS::TopicListener::_nil(),
62 mask
63 );
64 return topic;
65}
66
67DDS::Publisher*
68OpenDDS::Model::Delegate::createPublisher(

Callers 1

topicMethod · 0.45

Calls 1

create_topicMethod · 0.45

Tested by

no test coverage detected