#include <DataReaderListener.h>
Inheritance diagram for ddsnc::DataReaderListenerImpl:
Public Member Functions | |
DataReaderListenerImpl () | |
~DataReaderListenerImpl (void) | |
void | on_requested_deadline_missed (DDS::DataReader_ptr reader, const DDS::RequestedDeadlineMissedStatus &status) throw (CORBA::SystemException) |
void | on_requested_incompatible_qos (DDS::DataReader_ptr reader, const DDS::RequestedIncompatibleQosStatus &status) throw (CORBA::SystemException) |
void | on_liveliness_changed (DDS::DataReader_ptr reader, const DDS::LivelinessChangedStatus &status) throw (CORBA::SystemException) |
void | on_subscription_match (DDS::DataReader_ptr reader, const DDS::SubscriptionMatchStatus &status) throw (CORBA::SystemException) |
void | on_sample_rejected (DDS::DataReader_ptr reader, const DDS::SampleRejectedStatus &status) throw (CORBA::SystemException) |
virtual void | on_data_available (DDS::DataReader_ptr reader) throw (CORBA::SystemException) |
void | on_sample_lost (DDS::DataReader_ptr reader, const DDS::SampleLostStatus &status) throw (CORBA::SystemException) |
long | num_reads () const |
Protected Attributes | |
DDS::DataReader_var | reader_ |
long | num_reads_ |
|
|
|
|
|
|
|
Reimplemented in ddsnc::ACSDDSNCDataReaderListener< DRV, DR, D >.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|