|
OpenDDS
Snapshot(2023/04/25-14:16)
|
Listener for handling callbacks from the Recorder. More...
#include <Recorder.h>


Public Member Functions | |
| virtual | ~RecorderListener () |
| virtual void | on_sample_data_received (Recorder *recorder, const RawDataSample &sample)=0 |
| virtual void | on_recorder_matched (Recorder *recorder, const DDS::SubscriptionMatchedStatus &status)=0 |
Public Member Functions inherited from OpenDDS::DCPS::RcObject | |
| virtual | ~RcObject () |
| virtual void | _add_ref () |
| virtual void | _remove_ref () |
| long | ref_count () const |
| WeakObject * | _get_weak_object () const |
Additional Inherited Members | |
Protected Member Functions inherited from OpenDDS::DCPS::RcObject | |
| RcObject () | |
Listener for handling callbacks from the Recorder.
This class is for handling callbacks from the Recorder object.
Definition at line 35 of file Recorder.h.
|
virtual |
Definition at line 18 of file Recorder.cpp.
|
pure virtual |
Callback for when the Recorder is associated with a DataWriter.
| recorder | Recorder that received the association |
Referenced by OpenDDS::DCPS::RecorderImpl::add_association(), and OpenDDS::DCPS::RecorderImpl::remove_associations_i().
|
pure virtual |
Callback for when the Recorder receives a data sample.
| recorder | Recorder that received the sample |
| sample | the received SAMPLE_DATA type sample |
Referenced by OpenDDS::DCPS::RecorderImpl::data_received().
1.8.13