Solutions

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 ...
6525 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 ...
4376 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. ...
4748 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. ...
6863 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 ...
3600 reads — 0 comments
NOTE: Applies to NDDS 3.x and RTI Connext 4.x and above. If you see errors similar to the following when using the Visual Studio 6.0 development environment: nddscorezd.lib(heap.obj) : error LNK2001: unresolved external symbol __aligned_malloc nddscorezd.lib(heap.obj) : error LNK2001: unresolved ...
3664 reads — 0 comments
Note: Applies to RTI Connext 4.x and above The narrow method is a class-scope method that implements a safe down-cast for a pointer to an RTI Connext entity. It is a type-safe way to cast a pointer. The Java API does not require this method because Java casts are always type-safe. This method takes ...
5990 reads — 0 comments

Pages