RTI Recording Service  Version 6.1.1
StorageWriter.hpp File Reference

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

#include "rti/recording/PropertySet.hpp"
#include "rti/recording/StreamInfo.hpp"
#include "rti/recording/storage/StorageStreamWriter.hpp"
#include "rti/recording/storage/StorageDiscoveryStreamWriter.hpp"
#include "dds/dds.hpp"
#include "rti/recording/storage/detail/StorageWriterForwarder.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::StorageWriter
 Storage writer. 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_WRITER_CREATE_DECL(STORAGE_WRITER_CLASS)
 Convenience macro to declare the C-style function that will be called by RTI Recording Service to create your class. More...
 
#define RTI_RECORDING_STORAGE_WRITER_CREATE_DEF(STORAGE_WRITER_CLASS)
 Convenience macro to implement the C-style function that will be called by RTI Recording Service to create your class. More...
 

Detailed Description

RTI Recording Service Pluggable Storage Writer API.

These APIs define a plugin that can be used by RTI Recording Service to store data.