Solutions

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 ...
14079 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 ...
4845 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 ...
2535 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 ...
3793 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. The generated makefile assumes the IDL file name matches the type name. You may need to modify the generated makefile to match the actual type name. ...
2520 reads — 0 comments
Note: Applies to NDDS 3.x and RTI Connext 4.x and above. The Java API in NDDS 3.x is based on the JMSRT interface, which is similar to the JMS interface. The Java API in RTI Connext 4.x and above complies with the DDS standard and is much more consistent with its C and C++ interfaces, but is very ...
2105 reads — 0 comments
Note: Applies to RTI Data Distribution Service 4.0 and 4.1. RTI Data Distribution Service selects well-known static ports based on this formula: 7400 + A * (DomainID + (B * Participant_index)) + (0 | 1 | 2) Where A and B are user-definable, with defaults of 10 and 100, respectively. To run multiple ...
3353 reads — 0 comments

Pages