|
RTI Connext Modern C++ API Version 7.6.0
|
Use these QoS fields to configure features which may be helpful to increase throughput.
Use these QoS fields to configure features which may be helpful to increase throughput.
Basic Settings
| rti::core::policy::Batch | enable |
| <<basic>> <<extension>> Specifies whether or not batching is enabled. | |
| rti::core::policy::Batch | max_data_bytes |
| <<basic>> <<extension>> The maximum cumulative length of all serialized samples in a batch. | |
| rti::core::policy::Batch | max_samples |
| <<basic>> <<extension>> The maximum number of samples in a batch. | |
Advanced Settings
| rti::core::policy::Batch | max_flush_delay |
| <<extension>> The maximum flush delay. | |
| rti::core::policy::Batch | source_timestamp_resolution |
| <<extension>> Batch source timestamp resolution. | |
| rti::core::policy::Batch | thread_safe_write |
| <<extension>> Determines whether or not the write operation is thread safe. | |