CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
PublisherListener Class Reference

Data Fields

offered_deadline_missed_delegate on_offered_deadline_missed
 
offered_incompatible_qos_delegate on_offered_incompatible_qos
 
liveliness_lost_delegate on_liveliness_lost
 
publication_matched_delegate on_publication_matched
 

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.

Field Documentation

◆ on_liveliness_lost

liveliness_lost_delegate on_liveliness_lost

listener delegate

◆ on_offered_deadline_missed

offered_deadline_missed_delegate on_offered_deadline_missed

listener delegate

◆ on_offered_incompatible_qos

offered_incompatible_qos_delegate on_offered_incompatible_qos

listener delegate

◆ on_publication_matched

publication_matched_delegate on_publication_matched

listener delegate


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