Working with topics.
More...
Working with topics.
Registering a user data type
- Register user data type of type
T
under the name "My_Type" const char* type_name = "My_Type";
}
Setting up a topic
- Create a DDSTopic under the name "my_topic"
const char* topic_name = "my_topic";
const char* type_type = "My_Type";
}
topic_qos, topic_listener,
if (topic == NULL) {
};
Tearing down a topic