|
OpenDDS
Snapshot(2023/04/28-20:55)
|
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) |
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 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().
1.8.13