CoreDX DDS C# Reference Manual
Public Attributes | List of all members
ResourceLimitsQosPolicy Struct Reference

Public Attributes

int max_samples
 
int max_instances
 
int max_samples_per_instance
 
bool preallocate_samples
 
bool preallocate_instances
 

Detailed Description

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

See also
com.toc.coredx.DDS.ReliabilityQosPolicy
com.toc.coredx.DDS.HistoryQosPolicy

Member Data Documentation

int max_instances

maximum instances allowed in the cache

int max_samples

maximum samples allowed in the data cache

int max_samples_per_instance

maximum samples per instance allowed in the cache

bool preallocate_instances

Request that the Reader or Writer pre-allocate the specified number of instances (if max_instances is not unlimited). CoreDX DDS Extension

bool preallocate_samples

Request that the Reader or Writer pre-allocate the specified number of samples (if max_samples is not unlimited). CoreDX DDS Extension


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.