RTI Routing Service Version 7.2.0
All Data Structures Files Functions Typedefs Enumerations Enumerator Modules Pages
Data Structures
Here are the data structures with brief descriptions:
[detail level 1234]
 Nrti
 Nrouting
 Nadapter
 CAdapterPluginThe top-level plug-in class
 CConnectionA Connection provides access to a data domain (such as a DDS domain or a JMS network provider)
 CDiscoveryStreamReaderDefinition of a special StreamReader to read information about data streams
 CNoOpStreamReaderAn empty implementation of the TStreamReader interface
 CSelectorStateDefines a set of attributes that can be used to read a subset of data from StreamReader
 CSession
 CStreamReaderProvides 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>
 CStreamWriterProvides a way to write samples of a specific type in a data domain
 CTStreamReaderA wrapper implementation of a StreamReader that provides a strongly-typed interface through template parameters for data and info representation
 CTStreamWriterA wrapper implementation of a StreamWriter that provides a strongly-typed interface through template parameters for data and info representation
 Nprocessor
 CInputGeneric Representation of a Route's input
 CLoanedSamplesProvides temporary access to a collection of samples (data and info) from a TypedInput
 CNoOpProcessorAn empty implementation of the pure virtual interface rti::routing::processor::Processor
 COutputGeneric Representation of a Route's output
 CProcessorProcessor interface definition. Provides a way to process Route events and control the data forwarding process
 CProcessorPluginThe top-level plug-in class
 CQueryEncapsulates a content query to select data from a rti::routing::adapter::StreamReader
 CRouteRepresentation of the Route object that owns a Processor
 CSampleIteratorA random-access iterator of LoanedSample
 CSelectorAn element that allows reading data that meet a set of specified attributes
 CTypedInputRepresentation of an Input whose data representation is DataRep, whose info representation is InfoRep
 CTypedOutputRepresentation of an Output whose data representation is DataRep, whose info representation is InfoRep
 Ntransf
 CTransformationProvides a way to transform input samples into output samples of a different format and/or content
 CTransformationPluginThe top-level plug-in class
 CTypedTransformationA wrapper implementation of a Transformation that provides a strongly-typed interface through template parameters for data and info representation
 CLoggerThe singleton type used to configure RTI Routing Service verbosity
 CServiceThe RTI Routing Service
 CServicePropertyConfiguration for a RTI Routing Service object
 CStreamInfoDefinition of the stream information that RTI Routing Service needs to manage user data streams
 CTypeInfoDefinition of the type information associated with a RTI Routing Service stream
 CTypeRepresentationKind_defThe definition of the rti::routing::TypeRepresentationKind
 CUpdatableEntityDefines a common interface for all the pluggable entities that can be updated at runtime
 CStreamReaderListenerListener representation used by StreamReader to notify RTI Routing Service when new data is available
 CTypeRepresentationKindValid type representations that RTI Routing Service accepts