RTI Connext .Net APIs  Version 6.0.0
DDS::PublicationMatchedStatus Struct Reference

DDS::StatusKind::PUBLICATION_MATCHED_STATUS More...

#include <managed_publication.h>

Public Attributes

System::Int32 total_count
 The total cumulative number of times the concerned DDS::DataWriter discovered a "match" with a DDS::DataReader. More...
 
System::Int32 total_count_change
 The incremental changes in total_count since the last time the listener was called or the status was read. More...
 
System::Int32 current_count
 The current number of readers with which the DDS::DataWriter is matched. More...
 
System::Int32 current_count_peak
 <<extension>> The highest value that current_count has reached until now. More...
 
System::Int32 current_count_change
 The change in current_count since the last time the listener was called or the status was read. More...
 
InstanceHandle_t last_subscription_handle
 A handle to the last DDS::DataReader that caused the the DDS::DataWriter's status to change. More...
 

Detailed Description

DDS::StatusKind::PUBLICATION_MATCHED_STATUS

A "match" happens when the DDS::DataWriter finds a DDS::DataReader for the same DDS::Topic and common partition with a requested QoS that is compatible with that offered by the DDS::DataWriter.

This status is also changed (and the listener, if any, called) when a match is ended. A local DDS::DataWriter will become "unmatched" from a remote DDS::DataReader when that DDS::DataReader goes away for any reason.

Member Data Documentation

◆ total_count

System::Int32 DDS::PublicationMatchedStatus::total_count

The total cumulative number of times the concerned DDS::DataWriter discovered a "match" with a DDS::DataReader.

This number increases whenever a new match is discovered. It does not change when an existing match goes away.

◆ total_count_change

System::Int32 DDS::PublicationMatchedStatus::total_count_change

The incremental changes in total_count since the last time the listener was called or the status was read.

◆ current_count

System::Int32 DDS::PublicationMatchedStatus::current_count

The current number of readers with which the DDS::DataWriter is matched.

This number increases when a new match is discovered and decreases when an existing match goes away.

◆ current_count_peak

System::Int32 DDS::PublicationMatchedStatus::current_count_peak

<<extension>> The highest value that current_count has reached until now.

◆ current_count_change

System::Int32 DDS::PublicationMatchedStatus::current_count_change

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

◆ last_subscription_handle

InstanceHandle_t DDS::PublicationMatchedStatus::last_subscription_handle

A handle to the last DDS::DataReader that caused the the DDS::DataWriter's status to change.


RTI Connext .Net APIs Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc