RTI Connext C API  Version 5.3.1
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
DDS_DynamicDataProperty_t Struct Reference

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

Data Fields

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.

To ensure that new objects are initialized to known values, assign them with the static initializer DDS_DynamicDataProperty_t_INITIALIZER.

See Also
DDS_DynamicDataProperty_t_INITIALIZER

Field Documentation

DDS_Long DDS_DynamicDataProperty_t::buffer_initial_size

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

See Also
DDS_DynamicDataProperty_t::buffer_max_size
DDS_Long 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 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc