7.4. Connext DDS Features¶
Because RTI Connector is a simplified API, it provides access to a subset of the features in RTI Connext DDS.
In addition to the functionality described in the rest of this documentation, this section summarizes the support that RTI Connector provides for some notable RTI Connext DDS features.
7.4.1. General features¶
Feature |
Level of support |
Notes |
---|---|---|
Partial |
Most QoS policies are supported because they can be configured in XML, but those that are designed to be mutable can’t be changed in Connector. QoS policies that require a supporting API may have limited or no support. A few examples of QoS policies that are fully supported in Connector:
A few examples of QoS policies that are supported but can’t be changed in Connector even though they are mutable by design and changeable in other APIs:
A few examples of QoS policies that have limited support because they require a supporting API that is not available in Connector:
Topic Qos is not supported in Connector. Use DataReader QoS and DataWriter QoS directly. |
|
Partial |
Only |
|
Partial |
It is possible to dispose or unregister an instance (see |
|
Partial |
DDS_APPLICATION_AUTO_ACKNOWLEDGMENT_MODE is supported. If enabled, when a call to DDS_APPLICATION_EXPLICIT_ACKNOWLEDGMENT_MODE is not supported. |
|
Partial |
The correlation between two samples can be established at the application level:
|
|
Partial |
|
|
Not supported |
Only available in C and C++. |
|
Not supported |
API not available. |
|
Partial |
The built-in transports can be configured in XML, but add-ons cannot be loaded (see next). |
|
Add-on Libraries (Monitoring, Security Plugins …) |
Not supported |
Connector can’t currently load dynamically linked add-on libraries. |