CoreDX DDS C# Reference Manual
Public Attributes | List of all members
DataWriterListener Class Reference

Public Attributes

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 DataWriterListener provides asynchronous notification of DataWriter events.

This listener can be installed during DataWriter creation, Publisher.create_datawriter(), as well as by calling DataWriter.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.

Member Data Documentation

liveliness_lost_delegate on_liveliness_lost

listener delegate

offered_deadline_missed_delegate on_offered_deadline_missed

listener delegate

offered_incompatible_qos_delegate on_offered_incompatible_qos

listener delegate

publication_matched_delegate on_publication_matched

listener delegate


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