C++

“Note: This article applies to Connext DDS Professional 4.x and above” The QNX operating system provides in its SDK a front-end that calls a GCC named “qcc”. In the end, qcc will call the compiler, set the correct flags and link libraries based on the parameters that you use. The SDK provides the C ...
5263 reads — 0 comments
If you are running on a macOS® 10.9 (Mavericks) system (or higher), you may experience timing issues in your calls to NDDSUtility_sleep(). If you request to sleep for a small enough time period, you will notice that the actual sleep time is significantly longer. ...
2233 reads — 0 comments
Concept With this example, you will learn how to manage complex objects with several levels of nesting and different kinds of members programmatically on an unknown structure. RTIⓇ ConnextⓇ DDS provides tools to access the different members independently if they are a primitive type, struct type, ...
2949 reads — 1 comment
The modern C++ API feels very different from the traditional one. Understanding a few key concepts and the main differences with respect to the traditional C++ API can help you write code that is much more concise and robust. The modern C++ API Conventions document describes the intended use of the ...
7052 reads — 2 comments
Note: Applies to Connext DDS 5.x and above Sending TypeCode/TypeObject on the wire provides convenience over specifying the type via XML configuration, but has the disadvantage that more data must be sent during endpoint discovery. This can cause network congestion problems when the TypeCode/ ...
4833 reads — 0 comments
The identity certificates that were shipped with Connext 5.3.1 expired on February 16th, 2019. Therefore, creating a DomainParticipant that tries to use those certificates will fail and will report different problems. This solution documents the most common error messages and provides a set of new certificates, private keys, signed governance, and signed permissions documents valid through February 2029. ...
3344 reads — 0 comments
Connext 6 introduces two features: Zero Copy Transfer over Shared Memory and FlatData Language Binding . These features enable the middleware to reduce the number of copies involved in sending a sample, resulting in lower latencies for large data. The following examples show how to use these ...
35208 reads — 0 comments
What is the Monitoring Library and how do I enable it? RTI Monitoring Library is a plug-in that enables an RTI Connext DDS application to provide monitoring data. This data can be visualized using the RTI Monitor application or read by a separate, user-created application. In RTI Connext DDS , ...
9176 reads — 0 comments
Differences between Filtering Data using RTI Connext DDS Professional and RTI Connext DDS Micro There are several differences when using RTI Connext DDS Professional and RTI Connext DDS Micro; one of them is how to filter the samples that the subscriber will receive. RTI Connext DDS Professional ...
4447 reads — 0 comments
In the Connext DDS modern C++ API, many entities are "reference types" with an automatic lifecycle management based on a shared count (see API documentation ) . Most times you don't need to worry about deleting entities as long as their scope is well defined. However, some times you can forget to ...
4948 reads — 0 comments

Pages

Subscribe to RSS - C++