|
RTI Connext Modern C++ API Version 7.6.0
|
Use these QoS fields to configure how Connext manages memory related to the samples that are stored and managed by the DataReader and DataWriter queues.
Use these QoS fields to configure how Connext manages memory related to the samples that are stored and managed by the DataReader and DataWriter queues.
Basic Settings
| dds::core::policy::ResourceLimits | max_samples |
| <<basic>> <<spec>> Represents the maximum samples the middleware can store for any one dds::pub::DataWriter (or dds::sub::DataReader). | |
| dds::core::policy::ResourceLimits | max_instances |
| <<basic>> <<spec>> Represents the maximum number of instances a dds::pub::DataWriter (or dds::sub::DataReader) can manage. | |
| dds::core::policy::ResourceLimits | initial_samples |
| <<basic>> <<extension>> Represents the initial samples the middleware will store for any one dds::pub::DataWriter (or dds::sub::DataReader). | |
| dds::core::policy::ResourceLimits | initial_instances |
| <<basic>> <<extension>> Represents the initial number of instances a dds::pub::DataWriter (or dds::sub::DataReader) will manage. | |
Advanced Settings