RTI Core Libraries and Utilities

What is a GUID? In a RTI Connext DDS deployment, every entity --local or remote-- can be univocally identified by means of its GUID , which is an acronym that stands for Global Unique IDentifier. Such identification can be used by applications to ignore certain entities, identify who published a ...
10588 reads — 0 comments
Note : Applies to RTI Connext 4.x and above. In this solution we show how to configure RTI Connext to send TypeCodes and TypeObjects larger than the default maximum serialized sizes (2kB and 3kB respectively). In this example, the modifications needed to the transport settings are shown for the UDPv4 builtin transport. ...
19562 reads — 1 comment
Note : Applies to RTI Connext 4.5d and above. This solution shows how to check the size of the topic’s TypeCode using RTI Monitor . It consists of two steps: Enable RTI Monitoring Library in the application. Acess to TypeCode's information from RTI Monitor. Enable RTI Monitoring Library in the ...
9967 reads — 0 comments
Note: The XML file attached to this solution works in RTI Connext DDS 5.0.0 or higher. Previous versions of RTI Connext DDS do not support merging of Participant properties in XML. To make this example work in pre-5.0.0 versions, copy the Participant properties from the base profile into the ...
5547 reads — 0 comments
An XML example of using the TCP transport to communicate within a local area network. ...
21459 reads — 1 comment
Note: This solution applies to RTI Connext 4.x. and above. This solution explains how to access members of a complex type (e.g.: struct) contained in a sequence using DynamicData If a type is defined as follows: struct Nested { long x; }; struct Hello { sequence<Nested, 3> mySeq; }; The steps ...
6028 reads — 0 comments
Note : This article applies to RTI Connext DDS 4.5f and above and relates to the Traditional C++ API. Since 5.0.0 the Modern C++ API provides better support for generic programming. RTI Connext 4.5f added support for the use of C++ traits on each top level type generated by rtiddsgen. In this ...
10344 reads — 0 comments
Note: This solution applies to RTI Data Distribution Service 4.x. and above. Regular strings in RTI Connext DDS consist of single-byte characters. Hence, only US-ASCII characters can be represented in a string. Characters for other languages, such as Greek, Cyrillic, Coptic, Armenian, Hebrew, ...
11011 reads — 2 comments
Note: RTI Connext 5.3.0 and above has new options in the LoggingQosPolicy, which allow limiting the size of RTI Connext Log Files in an easy way. Prior to RTI Connext 5.3.0, a custom device had to be set for this purpose. This article has been updated to cover both methods of limiting the size of ...
8762 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. When you have multiple applications running on a single machine utilizing the shared memory transport this error will occur of when the shared memory transport property dds.transport.shmem.builtin.parent.message_size_max is not consistent across all RTI ...
11805 reads — 1 comment

Pages

Subscribe to RSS - RTI Core Libraries and Utilities