DDS_DynamicDataProperty_t Struct Reference
[Dynamic Data]

A collection of attributes used to configure DDS_DynamicData objects. More...

List of all members.

Public Attributes

DDS_Long buffer_initial_size
 The initial amount of memory used by this DDS_DynamicData object, in bytes.
DDS_Long buffer_max_size
 The maximum amount of memory that this DDS_DynamicData object may use, in bytes.


Detailed Description

A collection of attributes used to configure DDS_DynamicData objects.

Member Data Documentation

The initial amount of memory used by this DDS_DynamicData object, in bytes.

See also:
DDS_DynamicDataProperty_t::buffer_max_size

The maximum amount of memory that this DDS_DynamicData object may use, in bytes.

It will grow to this size from the initial size as needed.

See also:
DDS_DynamicDataProperty_t::buffer_initial_size


RTI Connext C++ API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc