OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | List of all members
OpenDDS::DCPS::ReplayerListener Class Reference

Listener for handling callbacks from the Replayer. More...

#include <Replayer.h>

Inheritance diagram for OpenDDS::DCPS::ReplayerListener:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::ReplayerListener:
Collaboration graph
[legend]

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~ReplayerListener()

OpenDDS::DCPS::ReplayerListener::~ReplayerListener ( )

Definition at line 14 of file Replayer.cpp.

15 {
16 }

Member Function Documentation

◆ on_replayer_matched()

void OpenDDS::DCPS::ReplayerListener::on_replayer_matched ( Replayer replayer,
const DDS::PublicationMatchedStatus status 
)
virtual

Callback for when the Replayer is associated with a DataReader.

Parameters
replayerReplayer 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().

20 {
21  ACE_UNUSED_ARG(replayer);
22  ACE_UNUSED_ARG(status);
23 }

The documentation for this class was generated from the following files: