RTI Core Libraries and Utilities

When running two applications on the same WindRiver VxWorks target, one in kernel mode and the other in RTP mode, the two applications will not discover each other when using out of box settings in RTI Connext. The reason this occurs has to do with how RTI Connext internally marks the individual ...
5026 reads — 0 comments
If you are running RTI Connext DDS 5.2.0 or later , you may get this error message when starting your application: [D0062|ENABLE]DDS_DomainParticipantPresentation_reserve_participant_index_entryports:!enable reserve participant index [D0062|ENABLE] ...
18008 reads — 1 comment
If the logic of your application requires to spawn new threads, and in those threads you are calling a DDS API such as write() , you may notice a memory growth. To ensure that all the resources allocated in that thread are correctly released, remember to call unregister_thread() right before ...
3949 reads — 0 comments
For a complex topic data type that has many fields or long field names, Admin Console may not be able to show the topic’s data type, DDS Spy may not be able to print the samples’ contents, Recording Service may not be able to record the data, and Analyzer may show the warning “Failed to create ...
10686 reads — 0 comments
We have changed the default transport settings for RTI Connext DDS 5.1.0 to support better out-of-the-box throughput. This gives better performance, and in some cases reduces the time of the discovery process. However, this means that you must change your applications' transport settings in order ...
21196 reads — 1 comment
This error: The application was unable to start correctly (0xc0150002). Click OK to close the application. happens when you try to start an application compiled against RTI dotnet libraries in a system where the "Visual Studio® 2005 Service Pack 1 Redistributable Package MFC Security Update" is not ...
221490 reads — 0 comments
In short, by default, one copy of a sample is sent per transport locator, where a transport locator uniquely identifies a transport-level destination and is composed of <transport class>://<transport address>: <communication port> . For example, for UDPv4 a transport locator could ...
7396 reads — 0 comments
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 ...
9324 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. ...
17573 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 ...
9317 reads — 0 comments

Pages

Subscribe to RSS - RTI Core Libraries and Utilities