RTI Connext C API Version 7.4.0

Use these QoS fields to configure threads and concurrency settings in RTI Connext.

Use these QoS fields to configure threads and concurrency settings in RTI Connext.

See Connext Threading Model, in the Core Libraries User's Manual, for more information.

This community article gives a thorough overview of how and why to use many of the QoS listed below: https://community.rti.com/kb/achieving-low-jitter-performance-connext-pro.

DDS_TransportPriorityQosPolicyvalue
<<spec>> This policy is a hint to the infrastructure as to how to set the priority of the underlying transport used to send the data.
DDS_AsynchronousPublisherQosPolicydisable_asynchronous_write
[DEPRECATED] <<extension>> Disable asynchronous publishing.
DDS_AsynchronousPublisherQosPolicythread
<<extension>> Settings of the publishing thread.
DDS_AsynchronousPublisherQosPolicydisable_asynchronous_batch
[DEPRECATED] <<extension>> Disable asynchronous batch flushing.
DDS_AsynchronousPublisherQosPolicyasynchronous_batch_thread
<<extension>> Settings of the batch flushing thread.
DDS_AsynchronousPublisherQosPolicydisable_topic_query_publication
[DEPRECATED] <<extension>> Disable topic query publication.
DDS_AsynchronousPublisherQosPolicytopic_query_publication_thread
<<extension>> Settings of the DDS_TopicQuery publication thread.
DDS_DiscoveryQosPolicymetatraffic_transport_priority
<<extension>> The transport priority to use for the Discovery meta-traffic.
DDS_DataWriterResourceLimitsQosPolicyinitial_concurrent_blocking_threads
[DEPRECATED] <<extension>> The initial number of threads that are allowed to concurrently block on write call on the same DDS_DataWriter.
DDS_DataWriterResourceLimitsQosPolicymax_concurrent_blocking_threads
[DEPRECATED] <<extension>> The maximum number of threads that are allowed to concurrently block on write call on the same DDS_DataWriter.
DDS_EventQosPolicythread
<<extension>> Event thread QoS.
DDS_DatabaseQosPolicythread
<<extension>> Database thread settings.
DDS_ReceiverPoolQosPolicythread
<<extension>> Receiver pool thread(s).
DDS_BatchQosPolicythread_safe_write
<<extension>> Determines whether or not the write operation is thread safe.
DDS_MonitoringEventDistributionSettingsconcurrency_level
<<extension>> Defines how concurrent the push of event metrics to RTI Monitoring Library 2.0 is.
DDS_MonitoringEventDistributionSettingsthread
<<extension>> The settings of the event metric thread.
DDS_MonitoringPeriodicDistributionSettingsthread
<<extension>> The settings of the periodic metric thread.
DDS_MonitoringLoggingDistributionSettingsconcurrency_level
<<extension>> Defines how concurrent the push of log messages to RTI Monitoring Library 2.0 is.
DDS_MonitoringLoggingDistributionSettingsthread
<<extension>> The settings of the logging thread.