I use DDS Opensplice community version 6.7.
At the moment when I create a topic, I use QoS xml configuration file. The QoS config file sets settings such as liveliness
and resource_limits
for a topic.
I know that if you don't use QoS config file, which default QoS will be used, you can use "dds::core::policy::WriterDataLifecycle::ManuallyDisposeUnregisteredInstances()"
to manually register/unregister/dispose topic instance.
I want to know while I using the QoS config file, how can I do the same to manually register/unregister/dispose topic instance?
Is there any entry in QoS config file that corresponds to ManuallyDisposeUnregisteredInstances
?
If you use
Documentation states:
You can update the XML QoS as follow:
However, this is not for a topic but for a DataWriter.