I am not sure what do you mean with "Generated type" but maybe this can help you: You can write an application to get information about topics and types that are being published by other applications. You can do that using "built-in topics"
Basically, you app needs to create a DataReader for one of the built-in topics (participant, publication, or subscription) and simply start receiving samples when new enities are created.
Hello,
I am not sure what do you mean with "Generated type" but maybe this can help you: You can write an application to get information about topics and types that are being published by other applications. You can do that using "built-in topics"
We have an example that shows how to use built-in topics: https://community.rti.com/examples/builtin-topics. Check it out: it's a good start.
Basically, you app needs to create a DataReader for one of the built-in topics (participant, publication, or subscription) and simply start receiving samples when new enities are created.
Find more info looking at the API (here for c, but we have them for all languages)
https://community.rti.com/rti-doc/510/ndds.5.1.0/doc/html/api_c/structDDS__PublicationBuiltinTopicData.html
https://community.rti.com/rti-doc/510/ndds.5.1.0/doc/html/api_c/structDDS__SubscriptionBuiltinTopicData.html
Does this answer your question?
-- Gianpiero!