CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
DDS::ResourceLimitsQosPolicy Struct Reference

Specifies the resources that the Service can use to maintain data samples and instances. More...

Public Member Functions

 ResourceLimitsQosPolicy ()
 

Data Fields

int32_t max_samples
 maximum samples allowed in the cache
 
int32_t max_instances
 maximum instances allowed in the cache
 
int32_t max_samples_per_instance
 maximum samples per instance allowed in the cache
 
unsigned char preallocate_samples
 Request that the Reader or Writer pre-allocate the specified number of samples (if max_samples is not unlimited). CoreDX DDS Extension.
 
unsigned char preallocate_instances
 Request that the Reader or Writer pre-allocate the specified number of instances (if max_instances is not unlimited). CoreDX DDS Extension.
 

Detailed Description

Specifies the resources that the Service can use to maintain data samples and instances.

See also
ReliabilityQosPolicy
HistoryQosPolicy

Constructor & Destructor Documentation

◆ ResourceLimitsQosPolicy()

DDS::ResourceLimitsQosPolicy::ResourceLimitsQosPolicy ( )

Constructor, Copy Constructor, Destructor, Assignment operator


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.