RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::AllocationSettings_t Struct Reference

Resource allocation settings. More...

#include <managed_infrastructure.h>

Public Attributes

System::Int32 initial_count
 The initial count of resources.
 
System::Int32 max_count
 The maximum count of resources.
 
System::Int32 incremental_count
 The incremental count of resources.
 

Detailed Description

Resource allocation settings.

QoS:
DDS::DomainParticipantResourceLimitsQosPolicy

Member Data Documentation

System::Int32 DDS::AllocationSettings_t::initial_count

The initial count of resources.

The initial resources to be allocated.

[default] It depends on the case.

[range] [0, 1 million], < max_count, (or = max_count only if increment_count == 0)

System::Int32 DDS::AllocationSettings_t::max_count

The maximum count of resources.

The maximum resources to be allocated.

[default] Depends on the case.

[range] [1, 1 million] or DDS::ResourceLimitsQosPolicy::LENGTH_UNLIMITED, > initial_count (or = initial_count only if increment_count == 0)

System::Int32 DDS::AllocationSettings_t::incremental_count

The incremental count of resources.

The resource to be allocated when more resources are needed.

[default] Depends on the case.

[range] -1 (Double the amount of extra memory allocated each time memory is needed) or [1,1 million] (or = 0 only if initial_count == max_count)


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc