RTI Routing Service Version 7.2.0
All Data Structures Files Functions Typedefs Enumerations Enumerator Modules Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Crti::routing::adapter::AdapterPluginThe top-level plug-in class
 Crti::routing::processor::InputGeneric Representation of a Route's input
 Crti::routing::processor::LoanedSamples< T, U >Provides temporary access to a collection of samples (data and info) from a TypedInput
 Crti::routing::LoggerThe singleton type used to configure RTI Routing Service verbosity
 Crti::routing::processor::OutputGeneric Representation of a Route's output
 Crti::routing::processor::ProcessorPluginThe top-level plug-in class
 Crti::routing::processor::QueryEncapsulates a content query to select data from a rti::routing::adapter::StreamReader
 Crti::routing::processor::RouteRepresentation of the Route object that owns a Processor
 Crti::routing::processor::SampleIterator< T, U >A random-access iterator of LoanedSample
 Crti::routing::processor::Selector< Data, Info >An element that allows reading data that meet a set of specified attributes
 Crti::routing::adapter::SelectorStateDefines a set of attributes that can be used to read a subset of data from StreamReader
 Crti::routing::ServiceThe RTI Routing Service
 Crti::routing::ServicePropertyConfiguration for a RTI Routing Service object
 Crti::routing::StreamInfoDefinition of the stream information that RTI Routing Service needs to manage user data streams
 CStreamReaderListenerListener representation used by StreamReader to notify RTI Routing Service when new data is available
 Crti::routing::transf::TransformationPluginThe top-level plug-in class
 Crti::routing::processor::TypedInput< Data, Info >Representation of an Input whose data representation is DataRep, whose info representation is InfoRep
 Crti::routing::processor::TypedOutput< Data, Info >Representation of an Output whose data representation is DataRep, whose info representation is InfoRep
 Crti::routing::TypeInfoDefinition of the type information associated with a RTI Routing Service stream
 CTypeRepresentationKindValid type representations that RTI Routing Service accepts
 Crti::routing::TypeRepresentationKind_defThe definition of the rti::routing::TypeRepresentationKind
 Crti::routing::UpdatableEntityDefines a common interface for all the pluggable entities that can be updated at runtime
 Crti::routing::adapter::ConnectionA Connection provides access to a data domain (such as a DDS domain or a JMS network provider)
 Crti::routing::adapter::Session
 Crti::routing::adapter::StreamReaderProvides 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>
 Crti::routing::adapter::DiscoveryStreamReaderDefinition of a special StreamReader to read information about data streams
 Crti::routing::adapter::TStreamReader< Data, Info >A wrapper implementation of a StreamReader that provides a strongly-typed interface through template parameters for data and info representation
 Crti::routing::adapter::NoOpStreamReader< Data, Info >An empty implementation of the TStreamReader interface
 Crti::routing::adapter::StreamWriterProvides a way to write samples of a specific type in a data domain
 Crti::routing::adapter::TStreamWriter< Data, Info >A wrapper implementation of a StreamWriter that provides a strongly-typed interface through template parameters for data and info representation
 Crti::routing::processor::ProcessorProcessor interface definition. Provides a way to process Route events and control the data forwarding process
 Crti::routing::processor::NoOpProcessorAn empty implementation of the pure virtual interface rti::routing::processor::Processor
 Crti::routing::transf::TransformationProvides a way to transform input samples into output samples of a different format and/or content
 Crti::routing::transf::TypedTransformation< Data, Info >A wrapper implementation of a Transformation that provides a strongly-typed interface through template parameters for data and info representation