OpenDDS
Snapshot(2023/04/07-19:43)
|
Listener for handling callbacks from the Replayer. More...
#include <Replayer.h>
Public Member Functions | |
~ReplayerListener () | |
virtual void | on_replayer_matched (Replayer *replayer, const DDS::PublicationMatchedStatus &status) |
![]() | |
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 Replayer.
This class is for handling callbacks from the Replayer object.
Definition at line 34 of file Replayer.h.
OpenDDS::DCPS::ReplayerListener::~ReplayerListener | ( | ) |
Definition at line 14 of file Replayer.cpp.
|
virtual |
Callback for when the Replayer is associated with a DataReader.
replayer | Replayer that received the association |
Definition at line 18 of file Replayer.cpp.
Referenced by OpenDDS::DCPS::ReplayerImpl::association_complete_i(), and OpenDDS::DCPS::ReplayerImpl::remove_associations().