const char* topic_name = "my_topic";
const char* type_type = "My_Type";
retcode = participant->get_default_topic_qos(topic_qos);
}
DDSTopic* topic = participant->create_topic(topic_name, type_name,
topic_qos, topic_listener,
if (topic == NULL) {
};
<<interface>> DDSListener for DDSTopic entities.
Definition: topic.ifcxx:315
<<interface>> The most basic description of the data to be published and subscribed.
Definition: topic.ifcxx:257
#define DDS_STATUS_MASK_ALL
All bits are set.
Definition: infrastructure.ifc:1431
QoS policies supported by a DDSTopic entity.
Definition: topic.ifc:232