Hello,
I have some questions about using rticonnextdds-connector-js,
is there has any example with dynamic change QoS for node.js?
Sincerely,
Karen
Hello,
I have some questions about using rticonnextdds-connector-js,
is there has any example with dynamic change QoS for node.js?
Sincerely,
Karen
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,
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;