RTI Recording Service  Version 7.0.0
RTI_RecordingServiceStorageStreamWriter Struct Reference

StorageStreamWriter definition. More...

Data Fields

RTI_RecordingServiceStorageStreamWriter_StoreFcn store
 Implement the store function to write data to the storage of your choice. (required) More...
 
void * stream_writer_data
 A pointer for any data the plug-in might need. Passed to the store() function at runtime. More...
 

Detailed Description

StorageStreamWriter definition.

Responsible for writing data from one stream to storage. A stream is defined by a Topic/type combination.

Field Documentation

◆ store

RTI_RecordingServiceStorageStreamWriter_StoreFcn RTI_RecordingServiceStorageStreamWriter::store

Implement the store function to write data to the storage of your choice. (required)

◆ stream_writer_data

void* RTI_RecordingServiceStorageStreamWriter::stream_writer_data

A pointer for any data the plug-in might need. Passed to the store() function at runtime.