OpenDDS
Snapshot(2023/04/07-19:43)
|
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 |
![]() | |
virtual | ~RcObject () |
virtual void | _add_ref () |
virtual void | _remove_ref () |
long | ref_count () const |
WeakObject * | _get_weak_object () const |
Additional Inherited Members | |
![]() | |
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().