DynamicDataProperty_t Class Reference
[Dynamic Data]

A collection of attributes used to configure com.rti.dds.dynamicdata.DynamicData objects. More...

List of all members.

Public Member Functions

 DynamicDataProperty_t ()
 The constructor.
 DynamicDataProperty_t (int buffer_initial_size, int buffer_max_size, int buffer_max_size_increment)
 The constructor.

Public Attributes

int buffer_initial_size = 0
 The initial amount of memory used by this com.rti.dds.dynamicdata.DynamicData object, in bytes.
int buffer_max_size = 65536
 The maximum amount of memory that this com.rti.dds.dynamicdata.DynamicData object may use, in bytes.


Detailed Description

A collection of attributes used to configure com.rti.dds.dynamicdata.DynamicData objects.

Constructor & Destructor Documentation

The constructor.

DynamicDataProperty_t ( int  buffer_initial_size,
int  buffer_max_size,
int  buffer_max_size_increment 
)

The constructor.


Member Data Documentation

The initial amount of memory used by this com.rti.dds.dynamicdata.DynamicData object, in bytes.

See also:
com.rti.dds.dynamicdata.DynamicDataProperty_t.buffer_max_size

int buffer_max_size = 65536

The maximum amount of memory that this com.rti.dds.dynamicdata.DynamicData object may use, in bytes.

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

See also:
com.rti.dds.dynamicdata.DynamicDataProperty_t.buffer_initial_size


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