RTI Core Libraries and Utilities

Occasionally users will run into the following error message, or something similar, when starting their Connext application and will have a hard time identifying the cause. Error: Failed to create Connector: RTIXMLObject_addChild: XML object with name '<xml_obj_name>' already exists ...
3415 reads — 0 comments
Connext applications can enjoy consistent "me-first" execution by running at an elevated priority on the Linux RT_PREEMPT kernel. RT_PREEMPT is a kernel enhancement that enables real-time preemption and settable priorities for processes and threads, similar to an RTOS. This can be put to use for ...
2692 reads — 0 comments
In 2020, Microsoft released .NET 5 with the goal of unifying the .NET world and effectively deprecating .NET Framework, .NET Core, and .NET Standard (in technical terms, .NET 5 is the evolution of .NET Core 3.1). Taking this into account, the documentation for the new RTI Connext C# API released in ...
5607 reads — 0 comments
Note: This article applies to RTI Connext 6.1.0 and above. Connext DDS 6.1.0 has introduced some changes and new behaviors for statuses. This article introduces and clarifies some of those changes. First, let's explain some status definitions: Lost : This status indicates that one or more DDS ...
3101 reads — 0 comments
This article explains what Instances and Instance States are, describes how they apply whether you use them or not, and clears up some common configurations affecting Instance States. ...
4147 reads — 0 comments
In Connext DDS Professional 6.1.0 and above, a new UDP-based transport is available for communicating over a wide area network (WAN). The Real-Time WAN Transport is a smart transport that enables secure, scalable, and high-performance communication over WANs, including public networks. Real-Time ...
4146 reads — 0 comments
When using certain restrictive umask settings, the RTI Connext installer may cause the GNOME desktop environment to lock up and prevent access to the desktop environment of a device. You can work around this issue by setting a more permissive umask, running the installer, and restoring the restrictive umask afterward. ...
2568 reads — 1 comment
This article describes the procedure to build and run Code Generator ( rtiddsgen ) examples directly on an embedded target. We will use a Raspberry Pi for this example, but the procedure is similar for other embedded targets. In order to build directly on the target, the target must include a ...
6999 reads — 3 comments
Since Visual Studio 2019 is binary-compatible with Visual Studio 2017, the Visual Studio 2017 libraries are used with Visual Studio 2019. However, one significant difference between the Visual Studio 2017 and Visual Studio 2019 libraries involves the Platform Toolset. The default Platform Toolset ...
4325 reads — 1 comment
The Java JIT compiler is discussed in the following article: https://www.ibm.com/support/knowledgecenter/en/SSYKE2_8.0.0/com.ibm.java.vm.80.doc/docs/jit_overview.html As the article says, “The Just-In-Time (JIT) compiler is a component of the runtime environment that improves the performance of ...
2292 reads — 0 comments

Pages

Subscribe to RSS - RTI Core Libraries and Utilities