DDS::SubscriberListener Class Reference

#include <dds_dcps.h>

Inheritance diagram for DDS::SubscriberListener:

Inheritance graph
[legend]
Collaboration diagram for DDS::SubscriberListener:

Collaboration graph
[legend]

List of all members.


Detailed Description

Subscriber's listener.

Public Member Functions

virtual void on_data_on_readers (Subscriber_ptr the_subscriber)=0
 Invokes when the new information is available.

Member Function Documentation

virtual void DDS::SubscriberListener::on_data_on_readers ( Subscriber_ptr  the_subscriber  )  [pure virtual]

Invokes when the new information is available.

According to page 130, the rule is as follows. Each time the read communication status changes: (1) the middleware tries to triger subscriber's on_data_on_readers, (2) if does not succeed (no listener or operation non-enabled), it tries to trigger on_data_available on all the related DataReaderListener objects.


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

Generated on Sat Oct 10 16:19:59 2009 for EPICS-DDS by  doxygen 1.5.6