Solutions

Affects to RTI Connext DDS version 5.2.0 only With RTI Connext DDS 5.2.0, there are two scenarios that could cause RTI Launcher to not work correctly: The launcher did not correctly parse a license file when the computer’s locale was not English (due to the locale’s date format). Licensed features ...
4344 reads — 0 comments
Participants are able to know when other participants in the same domain are reachable or not (alive or dead). This is called Participant’s Liveliness. Discovery_Config QosPolicy has three properties that define this Participant’s Liveliness behavior: participant_liveliness_assert_period is the ...
10904 reads — 0 comments
The FIPS 140-2 standard applies to specific implementations of cryptographic modules. NIST validates modules for FIPS 140-2 compliance. The built-in security plugins included with RTI Connext DDS Secure use the standard distribution of OpenSSL for cryptography. This OpenSSL distribution is not FIPS ...
4341 reads — 0 comments
Note: Applies to RTI Connext DDS 5.2.0 and above. RTI Code Generator may show the following error: $ rtiddsgen -language c++03 SensorSystemType.idl INFO com.rti.ndds.nddsgen.Main Running rtiddsgen version 2.3.0, please wait ... ERROR com.rti.ndds.nddsgen.Main BaseSensorType.idl line 1 duplicate ...
4158 reads — 0 comments
Note: Applies to RTI Connext DDS 5.2.0 and above. The Modern C++ API was introduced with RTI Connext DDS 5.2.0. This solution explains how to use the Modern and Traditional C++ APIs in the same application. To make them work together, you must not use both of them in the same .cpp file. That is, do ...
5415 reads — 0 comments
You can speed up participant deletion by decreasing the value of QoS property shutdown_cleanup_period . Before a participant can be deleted it must clean up its internal database. This property specifies the wake up period for the thread that takes care of this. The default value is set to 1 second ...
3491 reads — 0 comments
Information on file locations and how to deploy Routing Service, Recording Service, Persistence Service, Web Integration Service standalone in RTI Connext DDS 5.2.0 or higher. ...
5356 reads — 0 comments

Pages