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 31 of file Recorder.h.


Constructor & Destructor Documentation

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

Definition at line 16 of file Recorder.cpp.

00017 {
00018 }


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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1