DDS_AllocationSettings_t Struct Reference
[DOMAIN_PARTICIPANT_RESOURCE_LIMITS]

Resource allocation settings. More...


Data Fields

DDS_Long initial_count
 The initial count of resources.
DDS_Long max_count
 The maximum count of resources.
DDS_Long incremental_count
 The incremental count of resources.


Detailed Description

Resource allocation settings.

QoS:
DDS_DomainParticipantResourceLimitsQosPolicy

Field Documentation

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)

The maximum count of resources.

The maximum resources to be allocated.

[default] It depends on the case.

[range] [1, 1 million] or DDS_LENGTH_UNLIMITED, > initial_count or (= initial_count only if increment_count == 0)

The incremental count of resources.

The resource to be allocated when more resources are needed.

[default] It depends on the case.

[range] -1 or [1,1 million] or (= 0 only if initial_count == max_count)


RTI Data Distribution Service C API Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc