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