DDS_DataWriterQos

4 posts / 0 new
Last post
Offline
Last seen: 4 years 1 week ago
Joined: 09/29/2019
Posts: 8
How to change QoS dynamic on node.js

Hello,

I have some questions about using rticonnextdds-connector-js,

is there has any example with dynamic change QoS for node.js?

 

Sincerely,

Karen

2 posts / 0 new
Last post
Offline
Last seen: 5 years 5 days ago
Joined: 09/06/2018
Posts: 22
DataWriter public attribute transport_selection not appearing in rtiadminconsole?

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

2 posts / 0 new
Last post
Offline
Last seen: 5 years 5 days ago
Joined: 09/06/2018
Posts: 22
how to set data writer transport use to shared memory only programtically

Hi,

In my application, I need to set a particular datawriter to use shared memory only. We do not want to use an XML file since we don't want to give our users any chance to change this.

I have tried the follwoing code but I keep getting an error that that '=' is not defined for the opeations or something simliar.  The docs are not clear on this(The docs emphasize over and over to use XML files.  Why?)  We are using RTI DDS 5.3.1 on RHEL 7.5 on a x64 machine.

This is the code:

DDS_DataWriterQos datawriter_qos;

Subscribe to RSS - DDS_DataWriterQos