Solutions

Note: Applies to RTI Connext 4.x and above If you have an RTI Connext application running on a QNX machine and it is unable to communicate with other applications running on the same machine started by another user, or if your application fails to start (with an error related to shared memory), ...
6595 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. The LynxOS version does not have a multicast address in its peer host list by default. You need to modify the initial_peers list in the Discovery QoS policy to either include the multicast address, or to explicitly list the hosts that need to communicate. ...
2340 reads — 0 comments
Note : Applies to RTI Connext 4.x and above. On a machine with multiple NICs, you can restrict RTI Connext traffic to a subset of the available network interfaces (NICs). For example, this would allow you to segregate DDS traffic from other application-specific data. Selecting specific NICs ...
21570 reads — 1 comment
Note: Applies to RTI DDS 4.0. This problem was resolved in RTI DDS 4.1b. Let's start with some general background information: #pragma statements provide a way to control some features of the compiler. Some examples of #pragma statements implemented by different compilers include: enabling or ...
14818 reads — 0 comments
Note: Applies to RTI Connext 4.x and above Generally speaking, if a regular 'ping' does not work in both directions, RTI Connext traffic will not be able to get through either. There are several other possible reasons that your reader and writer applications may not be communicating with each other ...
5343 reads — 0 comments
Note: Relevant RTI Connext versions: RTI Connext 4.x and above. Every host architecture comes with a corresponding Java architecture. If you use rtiddsgen with the -language Java option, you must also specify -example with a j2sdk or jdk architecture. For example: rtiddsgen -language Java -example ...
2694 reads — 0 comments
Note: Relevant RTI Connext versions: NDDS 3.x, RTI Connext 4.x and above You may want to use your own serialize/deserialize functions if there are existing message formats and data structures that you want to keep. In this case, the fastest way to take advantage of RTI Connext’s cross-platform ...
4086 reads — 0 comments

Pages