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 | |
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. | |
A collection of attributes used to configure com.rti.dds.dynamicdata.DynamicData objects.
The constructor.
DynamicDataTypeProperty_t | ( | DynamicDataProperty_t | data, |
DynamicDataTypeSerializationProperty_t | serialization | ||
) |
The constructor.
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.