RTI Recording Service  Version 7.0.0
RTI_RecordingServiceStorageSubscriptionWriter Struct Reference

A StorageSubscriptionWriter implements a store() function to store the DCPSSubscription discovery samples to a storage of your choice. More...

Data Fields

RTI_RecordingServiceStorageSubscriptionWriter_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

A StorageSubscriptionWriter implements a store() function to store the DCPSSubscription discovery samples to a storage of your choice.

Field Documentation

◆ store

RTI_RecordingServiceStorageSubscriptionWriter_StoreFcn RTI_RecordingServiceStorageSubscriptionWriter::store

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

◆ stream_writer_data

void* RTI_RecordingServiceStorageSubscriptionWriter::stream_writer_data

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