Hello,
We are using RTI DDS v5.3.1 on RHEL 7.5 x64.
We are trying to troubleshoot a DataWriter. We have the datawriter selected in rtiadminconsole, but the public attribute 'transport selection' does not appear. We want to see what this value is set.
I expected all the public attributes of a DataWriter to show up.
Is this a bug or a feature?
regards,bernardo
Hi Bernardo,
The DataWriterQos field transport_selection is not available in the PublicationBuiltinTopicData which is what Admin Console has access to at runtime. You could use the RTI Monitor if you want to debug this but you'll have to turn on the Monitoring Library in order to receive this data in the Monitor.
Thanks,
Ken