C#

Note: The following information applies to RTI Connext DDS 6.1.0 - 6.1.0.3. Many code examples for the Connext DDS C# API , including those generated by rtiddsgen, use the .NET package System.CommandLine to parse the options passed to the application. A recently released version of System. ...
12946 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 ...
4088 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 ...
2800 reads — 0 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 ...
3311 reads — 1 comment
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. ...
2211 reads — 0 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/ ...
4805 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 , ...
9146 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, ...
9930 reads — 2 comments
You might see the following messages in the DDS log. PRESParticipant_createContentFilteredTopicPolicy:content filter compile error 1 or PRESParticipant_createContentFilteredTopicPolicy:content filter compile error 2 Although the compile() function considers these messages real errors, they are not ...
5599 reads — 1 comment
Note: Applies to the legacy RTI Connext .NET API (4.3e to 6.1). For the new .NET API (6.1 and above), see the Getting Started Guide . For applications to use the RTI Connext .NET API, the following MUST be true for the target machine: The Microsoft .NET Framework Version 2.0 Redistributable Package ...
7438 reads — 0 comments

Pages

Subscribe to RSS - C#