RTI Recording Service  Version 6.1.1
StorageReader.hpp File Reference

RTI Recording Service Pluggable Storage Reader API. More...

#include "dds/dds.hpp"
#include "rti/recording/PropertySet.hpp"
#include "rti/recording/StreamInfo.hpp"
#include "StorageStreamInfoReader.hpp"
#include "rti/recording/storage/StorageStreamReader.hpp"
#include "rti/recording/storage/detail/StorageReaderForwarder.hpp"
#include "rti/routing/ServiceProperty.hpp"
#include "rti/routing/detail/ForwarderUtils.hpp"

Go to the source code of this file.

Data Structures

class  rti::recording::storage::StorageReader
 Storage reader. More...
 

Namespaces

 rti
 The RTI namespace.
 
 rti::recording
 The RTI Recording Service namespace.
 
 rti::recording::storage
 The RTI Recording Service storage namespace.
 

Macros

#define RTI_RECORDING_STORAGE_READER_CREATE_DECL(STORAGE_READER_CLASS)
 Convenience macro to declare the C-style function that will be called by Replay Service and Converter to create your class. More...
 
#define RTI_RECORDING_STORAGE_READER_CREATE_DEF(STORAGE_READER_CLASS)
 Convenience macro to implement the C-style function that will be called by Replay Service and Converter to create your class. More...
 

Detailed Description

RTI Recording Service Pluggable Storage Reader API.

These APIs define a plugin that can be used by Replay Service and Converter to retrieve data from storage.