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]
List of all members.

Public Member Functions

 ~ReplayerListener ()
virtual void on_replayer_matched (Replayer *replayer, const ::DDS::PublicationMatchedStatus &status)

Detailed Description

Listener for handling callbacks from the Replayer.

This class is for handling callbacks from the Replayer object.

Definition at line 29 of file Replayer.h.


Constructor & Destructor Documentation

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

Definition at line 12 of file Replayer.cpp.

00013 {
00014 }


Member Function Documentation

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:
replayer Replayer that received the association

Definition at line 16 of file Replayer.cpp.

00018 {
00019   ACE_UNUSED_ARG(replayer);
00020   ACE_UNUSED_ARG(status);
00021 }


The documentation for this class was generated from the following files:
Generated on Fri Feb 12 20:06:23 2016 for OpenDDS by  doxygen 1.4.7