RTI Routing Service Version 7.3.0
Standard Type Representation Kinds

Standard type Representation kinds. More...

Macros

#define RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_DYNAMIC_TYPE
 Dynamic type representation. More...
 
#define RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_XML
 [Not supported] XML type representation. More...
 
#define RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_JAVA_OBJECT
 [Not supported] Java object type representation. More...
 

Detailed Description

Standard type Representation kinds.

Macro Definition Documentation

◆ RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_DYNAMIC_TYPE

#define RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_DYNAMIC_TYPE

Dynamic type representation.

Types with this representation are provided as RTI Connext TypeCodes.

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_TYPE_REPRESENTATION_XML

#define RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_XML

[Not supported] XML type representation.

Types with this representation are provided as XML strings. The XML schema is 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_TYPE_REPRESENTATION_JAVA_OBJECT

#define RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_JAVA_OBJECT

[Not supported] Java object type representation.

Types with this representation are provided as Java objects.