CoreDX DDS
C++ Reference Manual

DDS::DomainParticipantListener Class Reference
[DDS Listeners]

The DomainParticipantListener provides asynchronous notification of DomainParticipant events. More...

Inheritance diagram for DDS::DomainParticipantListener:
DDS::PublisherListener DDS::TopicListener DDS::SubscriberListener DDS::DataWriterListener DDS::DataReaderListener

List of all members.


Detailed Description

The DomainParticipantListener provides asynchronous notification of DomainParticipant events.

This listener can be installed during DomainParticipant creation, DomainParticipantFactory_create_participant(), as well as by calling DomainParticipant_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.