RTI Routing Service Version 7.3.0
Standard Data Representation Kinds

Standard data representation kinds. More...

Macros

#define RTI_ROUTING_SERVICE_DATA_REPRESENTATION_DYNAMIC_DATA
 Dynamic data representation. More...
 
#define RTI_ROUTING_SERVICE_DATA_REPRESENTATION_XML
 [Not supported] XML data representation. More...
 
#define RTI_ROUTING_SERVICE_DATA_REPRESENTATION_JAVA_OBJECT
 [Not supported] Java object data representation. More...
 

Detailed Description

Standard data representation kinds.

Macro Definition Documentation

◆ RTI_ROUTING_SERVICE_DATA_REPRESENTATION_DYNAMIC_DATA

#define RTI_ROUTING_SERVICE_DATA_REPRESENTATION_DYNAMIC_DATA

Dynamic data representation.

Samples with this representation are provided as RTI Connext DynamicData objects.

For more information about TypeCodes, see the "Data Types and DDS Data Samples" chapter in the RTI Connext DDS Core Libraries User's Manual.

◆ RTI_ROUTING_SERVICE_DATA_REPRESENTATION_XML

#define RTI_ROUTING_SERVICE_DATA_REPRESENTATION_XML

[Not supported] XML data representation.

Samples with this representation are provided as XML strings. These samples are created according to the RTI Connext XML schema for type representation.

For more information about XML representation, see the "Data Types and DDS Data Samples" chapter in the RTI Connext DDS Core Libraries User's Manual.

◆ RTI_ROUTING_SERVICE_DATA_REPRESENTATION_JAVA_OBJECT

#define RTI_ROUTING_SERVICE_DATA_REPRESENTATION_JAVA_OBJECT

[Not supported] Java object data representation.

Samples with this representation are provided as Java objects.