 rti | |
  routing | |
   adapter | |
    AdapterPlugin | The top-level plug-in class |
    Connection | A Connection provides access to a data domain (such as a DDS domain or a JMS network provider) |
    DiscoveryStreamReader | Definition of a special StreamReader to read information about data streams |
    Session | |
    StreamReader | Provides a way to read samples of a specific type from a data domain. In the XML configuration file, StreamReaders are associated with the tag <input> within <route> and <auto_route> |
    TStreamReader | A wrapper implementation of a StreamReader that provides a strongly-typed interface through template parameters for data and info representation |
    NoOpStreamReader | An empty implementation of the TStreamReader interface |
    SelectorState | Defines a set of attributes that can be used to read a subset of data from StreamReader |
    StreamWriter | Provides a way to write samples of a specific type in a data domain |
    TStreamWriter | A wrapper implementation of a StreamWriter that provides a strongly-typed interface through template parameters for data and info representation |
    StreamReaderListener | Listener representation used by StreamReader to notify RTI Routing Service when new data is available |
   processor | |
    Input | Generic Representation of a Route's input |
    TypedInput | Representation of an Input whose data representation is DataRep , whose info representation is InfoRep |
    Selector | An element that allows reading data that meet a set of specified attributes |
    LoanedSamples | Provides temporary access to a collection of samples (data and info) from a TypedInput |
    Output | Generic Representation of a Route's output |
    TypedOutput | Representation of an Output whose data representation is DataRep , whose info representation is InfoRep |
    Processor | Processor interface definition. Provides a way to process Route events and control the data forwarding process |
    NoOpProcessor | An empty implementation of the pure virtual interface rti::routing::processor::Processor |
    ProcessorPlugin | The top-level plug-in class |
    Query | Encapsulates a content query to select data from a rti::routing::adapter::StreamReader |
    Route | Representation of the Route object that owns a Processor |
    SampleIterator | A random-access iterator of LoanedSample |
   transf | |
    Transformation | Provides a way to transform input samples into output samples of a different format and/or content |
    TypedTransformation | A wrapper implementation of a Transformation that provides a strongly-typed interface through template parameters for data and info representation |
    TransformationPlugin | The top-level plug-in class |
   RoutingService | The RTI Routing Service |
   Logger | The singleton type used to configure RTI Routing Service verbosity |
   ServiceProperty | Configuration for a RTI Routing Service object |
   StreamInfo | Definition of the stream information that RTI Routing Service needs to manage user data streams |
   TypeRepresentationKind_def | The definition of the rti::routing::TypeRepresentationKind |
   TypeInfo | Definition of the type information associated with a RTI Routing Service stream |
   UpdatableEntity | Defines a common interface for all the pluggable entities that can be updated at runtime |
 TypeRepresentationKind | Valid type representations that RTI Routing Service accepts |