CoreDX DDS
C++ Reference Manual

DDS::PublisherListener Class Reference
[DDS Listeners]

The PublisherListener provides asynchronous notification of Publisher events. More...

Inheritance diagram for DDS::PublisherListener:
DDS::DataWriterListener DDS::DomainParticipantListener

List of all members.


Detailed Description

The PublisherListener provides asynchronous notification of Publisher events.

This listener can be installed during Publisher creation DomainParticipant_create_publisher(), as well as by calling Publisher_set_listener().

Note:
The listener callback methods should be lightweight and should not block. If a callback method blocks, it will block all other callback operations within the same DomainParticipant.
 All Classes Files Functions Variables

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.