Solutions

Note: Applies to RTI Connext 4.x and above and Red Hat Enterprise Linux 5. If DDS_DomainParticipantFactory_set_qos() crashes, the stack trace begins with free () from /lib/libc.so.6 and if you're making any calls to mlockall() , explicitly or implicitly, you may be running into a known bug in glibc ...
2667 reads — 0 comments
Errno 0x2738 or 10040 is WSAEMSGSIZE . It indicates that a datagram failed to be sent or received because an OS or hardware buffer was smaller than the datagram. Check for consistency between the publishing and subscribing Participant’s Transport property: transport.parent.message_size_max . ...
5084 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. When using Visual Studio to build the project files generated by rtiddsgen, you may see the following error message: [source file name]:fatal error C1083: Cannot open compiler generated file:[object file name] is generated. The error is due to the fact ...
40321 reads — 0 comments
The following methods (provided in the FooSeq class) will help you manage RTI Connext sequences: FooSeq::loan_contiguous() for C++ FooSeq::loan_discontiguous() for C++ FooSeq_loan_contiguous() for C FooSeq_loan_discontiguous() for C FooSeq::unloan() for C++ FooSeq_unloan() for C Sequence.loan() for ...
4668 reads — 0 comments
RTI Real-Time Connect is the first off-the-shelf, standards-compliant solution for integrating enterprise applications with real-time applications, data and devices. RTI Real-Time Connect integrates enterprise applications with real-time applications that require: Low latency messaging—as fast as ...
6220 reads — 0 comments
RTI Connext uses clocks to measure time and generate timestamps. The middleware uses two clocks: an internal clock and an external clock. The internal clock measures time and handles all timing in the middleware. The external clock is used solely to generate timestamps (such as the source timestamp ...
4116 reads — 0 comments
Note: Applies to RTI Connext Micro 2.2.2. A HelloWorld example for RTI Connext Micro 2.2.2 on Android is provided in the attached bundle . After unzipping the bundle, follow the steps in the README.txt to configure, build, and run a simple HelloWorld publisher and subscriber. ...
4568 reads — 0 comments

Pages