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

Data Fields

requested_deadline_missed_delegate on_requested_deadline_missed
 
requested_incompatible_qos_delegate on_requested_incompatible_qos
 
sample_rejected_delegate on_sample_rejected
 
liveliness_changed_delegate on_liveliness_changed
 
data_available_delegate on_data_available
 
subscription_matched_delegate on_subscription_matched
 
sample_lost_delegate on_sample_lost
 

Detailed Description

The DataReaderListener provides asynchronous notification of DataReader events.

This listener can be installed during DataReader creation, Subscriber.create_datareader(), as well as by calling DataReader.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_data_available

data_available_delegate on_data_available

listener delegate

◆ on_liveliness_changed

liveliness_changed_delegate on_liveliness_changed

listener delegate

◆ on_requested_deadline_missed

requested_deadline_missed_delegate on_requested_deadline_missed

listener delegate

◆ on_requested_incompatible_qos

requested_incompatible_qos_delegate on_requested_incompatible_qos

listener delegate

◆ on_sample_lost

sample_lost_delegate on_sample_lost

listener delegate

◆ on_sample_rejected

sample_rejected_delegate on_sample_rejected

listener delegate

◆ on_subscription_matched

subscription_matched_delegate on_subscription_matched

listener delegate


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