RTI Routing Service  Version 6.0.0
 All Data Structures Files Functions Typedefs Enumerations Enumerator Groups Pages
RTI Routing Service Infrastructure

This module contains common definitions used across other functional modules. More...

Modules

 Standard Type Representation Kinds
 Standard type Representation kinds.
 
 Standard Data Representation Kinds
 Standard data representation kinds.
 

Data Structures

class  rti::routing::StreamInfo
 Definition of the stream information that RTI Routing Service needs to manage user data streams. More...
 
class  rti::routing::TypeRepresentationKind_def
 The definition of the rti::routing::TypeRepresentationKind. More...
 
class  TypeRepresentationKind
 valid type representations that RTI Routing Service accepts. More...
 
class  rti::routing::TypeInfo
 Definition of the type information associated with a RTI Routing Service stream. More...
 
class  rti::routing::UpdatableEntity
 Defines a common interface for all the pluggable entities that can be updated at runtime. More...
 

Typedefs

typedef std::map< std::string,
std::string > 
rti::routing::PropertySet
 The definition of a pluggable entity’s configuration properties.
 

Detailed Description

This module contains common definitions used across other functional modules.

Typedef Documentation

typedef std::map<std::string,std::string> rti::routing::PropertySet

The definition of a pluggable entity’s configuration properties.

Configuration properties for an entity are obtained as a result of parsing the <property> corresponding to each pluggable entity. The result is a map keyed by property name, represented as std::string, whose values are the property values, also represented as std::string. Hence, a property name shall be unique for each set of entity properties.


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