RTI Connext Java API  Version 5.0.0
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.

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 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc