OpenDDS::DCPS::RecorderListener Class Reference

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

#include <Recorder.h>

Inheritance diagram for OpenDDS::DCPS::RecorderListener:

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

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Listener for handling callbacks from the Recorder.

This class is for handling callbacks from the Recorder object.

Definition at line 29 of file Recorder.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::RecorderListener::~RecorderListener (  )  [virtual]

Definition at line 15 of file Recorder.cpp.

00016 {
00017 }


Member Function Documentation

virtual void OpenDDS::DCPS::RecorderListener::on_recorder_matched ( Recorder recorder,
const ::DDS::SubscriptionMatchedStatus status 
) [pure virtual]

Callback for when the Recorder is associated with a DataWriter.

Parameters:
recorder Recorder that received the association

virtual void OpenDDS::DCPS::RecorderListener::on_sample_data_received ( Recorder recorder,
const RawDataSample sample 
) [pure virtual]

Callback for when the Recorder receives a data sample.

Parameters:
recorder Recorder that received the sample
sample the received SAMPLE_DATA type sample


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