RTI Routing Service Version 7.3.0
Standard Data Representation Kinds

Standard data representation kinds. More...

Variables

static int DYNAMIC_DATA_REPRESENTATION
 Dynamic data representation. More...
 
static int XML_DATA_REPRESENTATION
 [Not supported] XML data representation. More...
 
static int JAVA_OBJECT_DATA_REPRESENTATION
 [Not supported] Java object data representation. More...
 

Detailed Description

Standard data representation kinds.

Variable Documentation

◆ DYNAMIC_DATA_REPRESENTATION

int DYNAMIC_DATA_REPRESENTATION
static

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.

◆ XML_DATA_REPRESENTATION

int XML_DATA_REPRESENTATION
static

[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.

◆ JAVA_OBJECT_DATA_REPRESENTATION

int JAVA_OBJECT_DATA_REPRESENTATION
static

[Not supported] Java object data representation.

Samples with this representation are provided as Java objects.