RTI Connext C API Version 7.4.0
|
These QoS affect participant and endpoint matching.
These QoS affect participant and endpoint matching.
See the pages of each individual QoS for a desription of how the QoS must be set in order for two applications to be considered matching. Look for information about compatibility or request-offered (RxO) semantics.
DDS_DurabilityQosPolicy | kind |
<<basic>> <<spec>> The kind of durability. | |
DDS_CompressionSettings_t | compression_ids |
<<extension>> Mask that represents the compression algorithms enabled. | |
DDS_DataRepresentationQosPolicy | value |
<<spec>> Sequence of representation identifiers. | |
DDS_DataRepresentationQosPolicy | compression_settings |
<<basic>> <<extension>> Structure that contains the compression settings. | |
DDS_PresentationQosPolicy | access_scope |
<<spec>> Determines the largest scope spanning the entities for which the order and coherency of changes can be preserved. | |
DDS_PresentationQosPolicy | coherent_access |
<<spec>> Specifies support for coherent access. Controls whether coherent access is supported within the scope access_scope . | |
DDS_PresentationQosPolicy | ordered_access |
<<spec>> Specifies support for ordered access to the samples received at the subscription end. Controls whether ordered access is supported within the scope access_scope . | |
DDS_DeadlineQosPolicy | period |
<<basic>> <<spec>> Duration of the deadline period. | |
DDS_LatencyBudgetQosPolicy | duration |
<<spec>> Duration of the maximum acceptable delay. | |
DDS_OwnershipQosPolicy | kind |
<<basic>> <<spec>> The kind of ownership | |
DDS_LivelinessQosPolicy | kind |
<<basic>> <<spec>> The kind of liveliness desired. | |
DDS_LivelinessQosPolicy | lease_duration |
<<basic>> <<spec>> The duration within which a DDS_DataWriter must be asserted, or else it is assumed to be not alive. | |
DDS_PartitionQosPolicy | name |
<<basic>> <<spec>> A list of partition names | |
DDS_ReliabilityQosPolicy | kind |
<<basic>> <<spec>> Kind of reliability. | |
DDS_ReliabilityQosPolicy | acknowledgment_kind |
<<extension>> Kind of reliable acknowledgment | |
DDS_ReliabilityQosPolicy | instance_state_consistency_kind |
<<extension>> Whether instance state consistency is enabled | |
DDS_DestinationOrderQosPolicy | kind |
<<basic>> <<spec>> Specifies the desired kind of destination order. | |
DDS_TypeConsistencyEnforcementQosPolicy | kind |
<<spec>> Type consistency kind. | |
DDS_TypeConsistencyEnforcementQosPolicy | ignore_sequence_bounds |
<<spec>> Controls whether sequence bounds are taken into consideration for type assignability. | |
DDS_TypeConsistencyEnforcementQosPolicy | ignore_string_bounds |
<<spec>> Controls whether string bounds are taken into consideration for type assignability. | |
DDS_TypeConsistencyEnforcementQosPolicy | ignore_member_names |
<<spec>> Controls whether member names are taken into consideration for type assignability. | |
DDS_TypeConsistencyEnforcementQosPolicy | prevent_type_widening |
<<spec>> Controls whether type widening is allowed. | |
DDS_TypeConsistencyEnforcementQosPolicy | force_type_validation |
<<spec>> Controls whether type information must be available in order to complete matching between a DDS_DataWriter and a DDS_DataReader. | |
DDS_TypeConsistencyEnforcementQosPolicy | ignore_enum_literal_names |
<<spec>> Controls whether enumeration constant names are taken into consideration for type assignability. | |