Solutions

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 ...
42008 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 ...
5414 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 ...
7041 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 ...
4727 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. ...
5244 reads — 0 comments
Note: Applies to RTI Connext 4.x through 5.1. ETA: As of 5.2, RTI Connext supports truly unbounded sequences and strings in the C, C++, and .NET APIs. Unbounded sequences are actually not unbounded at all. They are bounded sequences whose bound is initialized by RTI Connext instead of by the user. ...
7521 reads — 0 comments
RTI Connext's static and dynamic libraries have the same tradeoffs as any other static and dynamic libraries. The main advantage of using dynamic libraries is less system-wide memory usage when there is more than one application using the same libraries on the machine. Starting a dynamically linked ...
3929 reads — 0 comments

Pages