RTI Connext DDS Micro C API  Version 3.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
max_samples_per_instance
NAME
DDS_ResourceLimitsQosPolicy::max_samples_per_instance
DESCRIPTION
DDS_ResourceLimitsQosPolicy::max_samples_per_instance limits the maximum number of samples that can be cached for a single instance and must be less than or equal to max_samples and greater or equal to the history depth. When DDS_ResourceLimitsQosPolicy::max_samples_per_instance is higher than depth it makes it possible to loan samples and receive up to depth samples before returning loaned samples.
When this resource-limit or DDS_HistoryQosPolicy::depth is exceeded and the DDS_HistoryQosPolicy::kind is DDS_KEEP_LAST_HISTORY_QOS, the oldest sample is removed from the cache.

RTI Connext DDS Micro C API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc