RTI Connext C API Version 7.4.0

Use these QoS fields to configure the batching feature.

Use these QoS fields to configure the batching feature.

See BATCH QosPolicy (DDS Extension), in the Core Libraries User's Manual, for more information about this feature.

DDS_AsynchronousPublisherQosPolicydisable_asynchronous_batch
[DEPRECATED] <<extension>> Disable asynchronous batch flushing.
DDS_AsynchronousPublisherQosPolicyasynchronous_batch_thread
<<extension>> Settings of the batch flushing thread.
DDS_DataWriterResourceLimitsQosPolicyinitial_batches
<<extension>> Represents the initial number of batches a DDS_DataWriter will manage.
DDS_DataWriterResourceLimitsQosPolicymax_batches
<<extension>> Represents the maximum number of batches a DDS_DataWriter will manage.
DDS_BatchQosPolicyenable
<<basic>> <<extension>> Specifies whether or not batching is enabled.
DDS_BatchQosPolicymax_data_bytes
<<basic>> <<extension>> The maximum cumulative length of all serialized samples in a batch.
DDS_BatchQosPolicymax_samples
<<basic>> <<extension>> The maximum number of samples in a batch.
DDS_BatchQosPolicymax_flush_delay
<<extension>> The maximum flush delay.
DDS_BatchQosPolicysource_timestamp_resolution
<<extension>> Batch source timestamp resolution.
DDS_BatchQosPolicythread_safe_write
<<extension>> Determines whether or not the write operation is thread safe.