8. Working with RTI Connext Cert and RTI Connext

In some cases, it may be necessary to write an application that is compiled against both RTI Connext Micro, RTI Connext Cert, and RTI Connext. In general this is not easy to do because RTI Connext Micro and RTI Connext Cert supports a very limited set of features compared to RTI Connext. However, while RTI Connext Cert is a subset of RTI Connext Micro, it is relatively easy to write applications that support both.

Due to the nature of the DDS API and the philosophy of declaring behavior through QoS profiles instead of using different APIs, it may be possible to share common code. In particular, RTI Connext supports configuration through QoS profile files, which eases the job of writing portable code.

Please refer to Introduction for an overview of features and what is supported by RTI Connext Cert. Note that RTI Connext supports many extended APIs that are not covered by the DDS specification, for example APIs that create DDS entities based on QoS profiles.

8.1. Development Environment

There are no conflicts between RTI Connext Cert and RTI Connext with respect to library names, header files, etc. It is advisable to keep the two installations separate, which is the normal case.

RTI Connext Cert uses the environment variable RTIMEHOME to locate the root of the RTI Connext Cert installation.

RTI Connext uses the environment variable NDDSHOME to locate the root of the RTI Connext installation.

8.2. Non-standard APIs

The DDS specification omits many APIs and policies necessary to configure a DDS application, such as transport, discovery, memory, logging, etc. In general, RTI Connext Cert and RTI Connext do not share APIs for these functions.

It is recommended to configure RTI Connext using QoS profiles as much as possible.

8.3. QoS Policies

QoS policies defined by the DDS standard behave the same between RTI Connext Cert and RTI Connext. However, note that RTI Connext Cert does not always support all the values for a policy and in particular unlimited resources are not supported.

Unsupported QoS policies are the most likely reason for not being able to switch between RTI Connext Cert and RTI Connext.

8.4. Standard APIs

APIs that are defined by the standard behave the same between RTI Connext Cert and RTI Connext.

8.5. IDL Files

RTI Connext Cert and RTI Connext use the same IDL compiler (rtiddsgen) and RTI Connext Cert typically ships with the latest version. However, RTI Connext Cert and RTI Connext use different templates to generate code and it is not possible to share the generated code. Thus, while the same IDL can be used, the generated output must be saved in different locations.

8.6. Interoperability

In general, RTI Connext Cert and RTI Connext are wire interoperable, unless noted otherwise. Therefore, RTI Connext Cert is in general also compatible with RTI tools and other RTI Connext products. The following sections provide additional information for each product or module.

8.6.1. Discovery

When trying to establish communication between an RTI Connext Cert application that uses the Dynamic Participant / Static Endpoint (DPSE) discovery plugin and an RTI product based on RTI Connext, every participant in the DDS system must be configured with a unique participant name. While the static discovery functionality provided by RTI Connext allows participants on different hosts to share the same name, RTI Connext Cert requires every participant to have a different name to help keep the complexity of its implementation suitable for smaller targets.

Note that RTI Connext Cert only supports the DPSE discovery plugin. See the DPSE Examples Repository for information on how to configure RTI Connext Libraries, Tools, and Services to communicate with RTI Connext Cert.

8.6.2. Transports

When interoperating with RTI Connext, RTI Connext Cert must specify at least one unicast transport for each DataWriter and DataReader, either from DDS_DomainParticipantQos::transports or the endpoint DDS_DataReaderQos::transport and DDS_DataWriterQos::transport, since it expects to use the unicast transport’s RTPS port mapping to determine automatic participant IDs if needed. This also affects RTI Connext Cert itself, where participant IDs must be set manually if only multicast transports are enabled.

Also, when interoperating with RTI Connext, only one multicast transport can be specified per RTI Connext Cert DataReader.

8.6.3. Admin Console

Admin Console can discover and display RTI Connext Cert applications that use full dynamic discovery (DPDE). When using static discovery (DPSE), it is required to use the Limited Bandwidth Endpoint Discovery (LBED) that is available as a separate product for RTI Connext. With the library a configuration file with the discovery configuration must be provided (just as in the case for products such as Routing Service, etc.). This is provided through the QoS XML file.

Data can be visualized from RTI Connext Cert DataWriters. Keep in mind that RTI Connext Cert does not currently distribute type information and the type information has to be provided through an XML file using the “Create Subscription” dialog. Unlike some other products, this information cannot be provided through the QoS XML file. To provide the data types to Admin Console, first run the code generator with the -convertToXml option:

rtiddsgen -convertToXml <file>

Then click on the “Load Data Types from XML file” hyperlink in the “Create Subscription” dialog and add the generated IDL file.

Other Features Supported:

  • Match analysis is supported.

  • Discovery-based QoS are shown.

The following resource-limits in RTI Connext Cert must be incremented as follows when using Admin Console:

  • Add 24 to DDS_DomainParticipantResourceLimitsQosPolicy::remote_reader_allocation

  • Add 24 to DDS_DomainParticipantResourceLimitsQosPolicy::remote_writer_allocation

  • Add 1 to DDS_DomainParticipantResourceLimitsQosPolic::remote_participant_allocation

  • Add 1 to DDS_DomainParticipantResourceLimitsQosPolicy::remote_participant_allocation if data-visualization is used

RTI Connext Cert does not currently support any administration capabilities or services, and does not match with the Admin Console DataReaders and DataWriters. However, if matching DataReaders and DataWriters are created, e.g., by the application, the following resource must be updated:

  • Add 48 to DDS_DomainParticipantResourceLimitsQosPolicy::matching_writer_reader_pair_allocation

8.6.4. Distributed Logger

This product is not supported by RTI Connext Cert.

8.6.5. LabVIEW

The LabVIEW toolkit uses RTI Connext, and it must be configured as any other RTI Connext application. A possible option is to use the builtin RTI Connext profile: BuiltinQosLib::Generic.ConnextMicroCompatibility.

8.6.6. Monitor

This product is not supported by RTI Connext Cert.

8.6.7. Recording Service

8.6.7.1. RTI Recorder

RTI Recorder is compatible with RTI Connext Cert in the following ways:

  • If static endpoint discovery is used, Recorder is compatible starting with version 5.1.0.3 and onwards.

  • If dynamic endpoint discovery is used (not supported by Connext Cert), Recorder is compatible with RTI Connext Cert the same way it is with any other DDS application.

  • In both cases, type information has to be provided via XML. Read Recording Data with RTI Connext Micro for more information.

8.6.7.2. RTI Replay

RTI Replay is compatible with RTI Connext Cert in the following ways:

  • If static endpoint discovery is used, Replay is compatible starting with version 5.1.0.3 and onwards.

  • If dynamic endpoint discovery is used (not supported by Connext Cert), Replay is compatible with RTI Connext Cert the same way it is with any other DDS application.

  • In both cases, type information has to be provided via XML. Read Recording Data with RTI Connext Micro for more information on how to convert from IDL to XML.

8.6.7.3. RTI Converter

Databases recorded with RTI Connext Cert contains no type information in the DCPSPublication table, but the type information can be provided via XML. Read Recording Data with RTI Connext Micro for more information on how to convert from IDL to XML.

8.6.8. Wireshark

Wireshark fully supports RTI Connext Cert.

8.6.9. Persistence Service

RTI Connext Cert only supports VOLATILE and TRANSIENT_LOCAL durability and does not support the use of Persistence Service.