CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
com.toc.coredx.DDS.SubscriptionMatchedStatus Class Reference

Status related to the on_subscription_matched listener methods of the DataReader, Subscriber, and DomainParticipant structures. More...

Public Member Functions

int get_total_count ()
 
int get_total_count_change ()
 
int get_current_count ()
 
int get_current_count_change ()
 
InstanceHandle_t get_last_publication_handle ()
 

Detailed Description

Status related to the on_subscription_matched listener methods of the DataReader, Subscriber, and DomainParticipant structures.

Member Function Documentation

◆ get_current_count()

int com.toc.coredx.DDS.SubscriptionMatchedStatus.get_current_count ( )

Get the current number of DataWriters matched to the DataReader.

◆ get_current_count_change()

int com.toc.coredx.DDS.SubscriptionMatchedStatus.get_current_count_change ( )

Get the change in current_count since the last time the listener was called or status was read.

◆ get_last_publication_handle()

InstanceHandle_t com.toc.coredx.DDS.SubscriptionMatchedStatus.get_last_publication_handle ( )

Get the handle of most recent matched DataWriter (publication).

◆ get_total_count()

int com.toc.coredx.DDS.SubscriptionMatchedStatus.get_total_count ( )

Get the cummulative count of the number of times this DataReader has discovered a matching DataWriter.

◆ get_total_count_change()

int com.toc.coredx.DDS.SubscriptionMatchedStatus.get_total_count_change ( )

Get the change in total_count since the last time the listener was called or status was read.


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