Skip to the main content.

Did you know?

 

RTI is the world’s largest DDS supplier and Connext is the most trusted software framework for critical systems.

Success-Plan-Services-DSSuccess-Plan Services

Our Professional Services and Customer Success teams bring extensive experience to train, problem-solve, mentor, and accelerate customer success.

Learn more

Developers

From downloads to Hello World, we've got you covered. Find all of the tutorials, documentation, peer conversations and inspiration you need to get started using Connext today.

Try the Connectivity Selection Tool ⇢

Resources

RTI provides a broad range of technical and high-level resources designed to assist in understanding industry applications, the RTI Connext product line and its underlying data-centric technology.

Company

RTI is the infrastructure software company for smart-world systems. The company’s RTI Connext product is the world's leading software framework for intelligent distributed systems.

Contact Us

News & Events
Cooperation

2 min read

It’s Here! Learn About the New RTI Connext DDS Property QoS Policy Reference Guide

It’s Here! Learn About the New RTI Connext DDS Property QoS Policy Reference Guide

As part of the latest version of RTI Connext DDS 6.0.1, we are happy to announce the new RTI Connext DDS Property QoS Policy Reference Guide. This new document is now available on our community page. It gathers all of the public RTI Connext DDS properties in a single place and provides the main characteristics of each one. 

Properties are a flexible way to configure Connext DDS. They are configured in the Property QosPolicy. This QoS policy stores name/value pairs that can be used to configure certain parameters of Connext DDS that are not exposed through formal QoS policies. The property QoS stores name/value pairs for an entity, such as a DomainParticipant. Both the name and value are strings. You can find more information about the RTI Connext DDS Property QoS in the “6.5.19 PROPERTY QosPolicy (DDS Extension)” page of the User’s Manual.

A knowledge base article explains how to use a property. It can be set programmatically as part of the QoS of the entity or by the XML QoS configuration. For example, here is the XML QoS configuration for the message_size_max property:

<participant_qos>
...
<property>
<value>
<element>
<name>dds.transport.UDPv4.builtin.parent.message_size_max</name>
<value>65507</value>
</element>
</value>
</property>
...
</participant_qos>

image1-11

Figure 1: RTI Connext DDS Property QoS Policy Reference Guide Homepage

The RTI Connext DDS Property QoS Policy Reference Guide is organized into three main indexes:

  • The whole list of properties organized by hierarchy. For example, if you want to learn more about the property dds.transport.UDPv4.parent.allow_interfaces_list, go to the List of Properties: click on dds.transport, then UDPv4.builtin, then parent, to find full information on the property.
  • The whole list of properties organized by entities. For example, you will see all the properties that can be set for the DataWriter.
  • The whole list of properties organized by conceptual "tags." For example, you can find all properties related to "instances", "durability" or "reliability." Or, imagine you are working on the discovery configuration; you can find all properties related to "discovery."

For each property, you will find the following information:

  • An icon to copy the property name for accurate insertion into your XML file.
image2-7
 
  • A link to the full documentation of the property.
  • The entity in which the property can be set and the entity to which it can apply. Usually, these will be the same. However, some properties, for example, can be set for the DomainParticipant, DataWriter, and DataReader, but apply only to the DataWriter and DataReader.
  • A brief description of the property, as well as its type, default value, value range, and so on.
  • Conceptual "tags" for the property (is it related to "reliability" or "instances," etc.).
  • In case the property has been promoted to a QoS, the name of the promoted QoS.

Here is an example entry for dds.transport.UDPv4.parent.allow_interfaces_list:

image3-7

Figure 2: Example entry for dds.transport.UDPv4.parent.allow_interfaces_list

We hope you are excited as we are with this new addition. Thanks to the new RTI Connext DDS Property QoS Policy Reference Guide, using Connext DDS Properties has never been so easy!

 

About the author: 

preferred_2018Antonio Jimenez is a Software Engineer at Real-Time Innovations (RTI). He holds a BSc in Computer Systems Engineering from Granada University and Linköping University.


Since 2017, he has been working in different RTI research and development areas, such as  performance testing and specific end user project support.

He currently serves as a member of the RTI core engineering team, where he is focusing on improving the debuggability of the Connext DDS product line.


Before joining RTI, Antonio worked in automation at Ericsson, based in Sweden.