Solutions

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 ...
4669 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 ...
11851 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 ...
22253 reads — 1 comment
This solution describes steps to configure RTI Recording Service to record topics published by RTI Connext DDS Micro for post data-analysis and debugging. RTI Connext DDS Micro provides a small-footprint modular messaging solution for resource-limited devices. It supports a subset of the standard ...
12640 reads — 0 comments
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 ...
225319 reads — 0 comments
This error is typically due to array management. Working with LabVIEW arrays and sending them through RTI Connext DDS can be tricky. Here you have some guidelines on how to fix this error For versions of the RTI DDS Toolkit previous to 1.2.0.90 In LabVIEW, arrays are declared with an initial length ...
8793 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 ...
8558 reads — 0 comments

Pages