RTI Connext Traditional C++ API Version 7.5.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_ResourceLimitsQosPolicy | max_samples |
<<basic>> <<spec>> Represents the maximum samples the middleware can store for any one DDSDataWriter (or DDSDataReader). | |
DDS_ResourceLimitsQosPolicy | max_instances |
<<basic>> <<spec>> Represents the maximum number of instances a DDSDataWriter (or DDSDataReader) can manage. | |
DDS_ResourceLimitsQosPolicy | initial_samples |
<<basic>> <<extension>> Represents the initial samples the middleware will store for any one DDSDataWriter (or DDSDataReader). | |
DDS_ResourceLimitsQosPolicy | initial_instances |
<<basic>> <<extension>> Represents the initial number of instances a DDSDataWriter (or DDSDataReader) will manage. | |
Advanced Settings