RTI Connext Java API  Version 6.0.0
 All Classes Namespaces Functions Variables Groups Pages
DynamicDataTypeProperty_t Class Reference

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

Public Member Functions

 DynamicDataTypeProperty_t ()
 The constructor.
 
 DynamicDataTypeProperty_t (DynamicDataProperty_t data, DynamicDataTypeSerializationProperty_t serialization)
 The constructor.
 

Public Attributes

final DynamicDataProperty_t data
 These properties will be provided to every new com.rti.dds.dynamicdata.DynamicData sample created from the com.rti.dds.dynamicdata.DynamicDataTypeSupport.
 
final
DynamicDataTypeSerializationProperty_t 
serialization
 Properties that govern how the data of this type will be serialized on the network.
 

Detailed Description

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

Constructor & Destructor Documentation

The constructor.

Member Data Documentation

Initial value:
=
new DynamicDataProperty_t()

These properties will be provided to every new com.rti.dds.dynamicdata.DynamicData sample created from the com.rti.dds.dynamicdata.DynamicDataTypeSupport.

These properties are also used to create the samples that are kept in the DataReader's queue.

Initial value:
=
new DynamicDataTypeSerializationProperty_t()

Properties that govern how the data of this type will be serialized on the network.


RTI Connext Java API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc