RTI Routing Service  Version 6.0.0
 All Data Structures Files Functions Typedefs Enumerations Enumerator Groups Pages
rti::routing::TypeRepresentationKind_def Class Reference

The definition of the rti::routing::TypeRepresentationKind. More...

#include <TypeInfo.hpp>

Public Types

enum  type {
  DYNAMIC_TYPE = RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_DYNAMIC_TYPE,
  XML = RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_XML,
  JAVA_OBJECT = RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_JAVA_OBJECT,
  CUSTOM = RTI_ROUTING_SERVICE_TYPE_REPRESENTATION_FIRST_CUSTOM_REPRESENTATION
}
 Definition of all the possible type representation kinds. More...
 

Detailed Description

The definition of the rti::routing::TypeRepresentationKind.

The range [0-100] is reserved for RTI use. Within that range are some predefined type representations.

Member Enumeration Documentation

Definition of all the possible type representation kinds.

Enumerator:
DYNAMIC_TYPE 

Dynamic type representation.

Types with this representation are provided as RTI Connext TypeCodes.

For more information about TypeCodes, see Chapter 3 in the RTI Core Libraries and Utilities User's Manual.

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 Chapter 3 in the RTI Core Libraries and Utilities User's Manual.

JAVA_OBJECT 

[Not supported] Java object type representation.

Types with this representation are provided as Java objects.

CUSTOM 

[Not supported] Custom type representation.

Types with this representation are specific to a concrete adapter implementation


RTI Routing Service Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc