RTI Recording Service  Version 6.0.1
 All Data Structures Namespaces Files Functions Typedefs Enumerations Enumerator Groups
rti::recording::storage Namespace Reference

The RTI Recording Service storage namespace. More...

Data Structures

class  SelectorStateAdapter
 
class  SelectorState
 This class is used by Replay Service or Converter when asking the storage plugin for data. It specifies whether the samples should be 'not read' samples, that haven't been returned before, or that 'any' sample state is needed. It also allows to specify the time range the samples returned have to lay within (upper and lower limit). More...
 
class  StorageReader
 Storage reader. More...
 
class  StorageStreamInfoReader
 Storage discovery stream reader. More...
 
class  StorageStreamReader
 Storage stream reader. More...
 
class  TStorageStreamReader
 A templatized wrapping implementation of StorageStreamReader, providing a strongly-typed interface regarding data and info representations. More...
 
class  StorageStreamWriter
 Storage stream writer. More...
 
class  TStorageStreamWriter
 A templatized wrapping implementation of StorageStreamWriter, providing a strongly-typed interface regarding data and info representations. More...
 
class  StorageWriter
 Storage writer. More...
 

Typedefs

typedef TStorageStreamWriter
< dds::topic::ParticipantBuiltinTopicData,
dds::sub::SampleInfo > 
ParticipantStorageWriter
 Convenience definition of typed StorageStreamWriter that requires dds::core::xtypes::DynamicData for data samples and dds::sub::SampleInfo for info samples.
 
typedef TStorageStreamWriter
< dds::topic::PublicationBuiltinTopicData,
dds::sub::SampleInfo > 
PublicationStorageWriter
 Convenience definition of typed StorageStreamWriter that requires dds::core::xtypes::DynamicData for data samples and dds::sub::SampleInfo for info samples.
 
typedef TStorageStreamWriter
< dds::topic::SubscriptionBuiltinTopicData,
dds::sub::SampleInfo > 
SubscriptionStorageWriter
 Convenience definition of typed StorageStreamWriter that requires dds::core::xtypes::DynamicData for data samples and dds::sub::SampleInfo for info samples.
 
typedef TStorageStreamReader
< dds::core::xtypes::DynamicData,
dds::sub::SampleInfo > 
DynamicDataStorageStreamReader
 Convenience definition of typed StorageStreamReader that requires dds::core::xtypes::DynamicData for data samples and dds::sub::SampleInfo for info samples.
 
typedef TStorageStreamWriter
< dds::core::xtypes::DynamicData,
dds::sub::SampleInfo > 
DynamicDataStorageStreamWriter
 Convenience definition of typed StorageStreamWriter that requires dds::core::xtypes::DynamicData for data samples and dds::sub::SampleInfo for info samples.
 

Detailed Description

The RTI Recording Service storage namespace.

The RTI Recording Service namespace includes all classes needed to plug in custom storage.


RTI Recording Service Version 6.0.1 Copyright © Sun Nov 17 2019 Real-Time Innovations, Inc