RTI Connext Java API
Version 5.1.0
|
A collection of attributes used to configure com.rti.dds.dynamicdata.DynamicData objects. More...
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. | |
A collection of attributes used to configure com.rti.dds.dynamicdata.DynamicData objects.
The constructor.
DynamicDataProperty_t | ( | int | buffer_initial_size, |
int | buffer_max_size, | ||
int | buffer_max_size_increment | ||
) |
The constructor.
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.
It will grow to this size from the initial size as needed.