OpenSplice C# API  v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
DDS.PublicationMatchedStatus Class Reference

The DataWriter has found a DataReader that matches the Topic and has compatible QoS or ceased to be matched with a DataReader. More...

Collaboration diagram for DDS.PublicationMatchedStatus:
Collaboration graph

Public Attributes

int CurrentCount
 The number of DataReaders currently matched to the concerned DataWriter. More...
 
int CurrentCountChange
 The change in current_count since the last time the listener was called or the status was read. More...
 
long LastSubscriptionHandle
 Handle to the last DataReader that matched the DataWriter causing the status to change. More...
 
int TotalCount
 Total cumulative count the concerned DataWriter discovered a "match" with a DataReader. More...
 
int TotalCountChange
 The change in total_count since the last time the listener was called or the status was read. More...
 

Detailed Description

The DataWriter has found a DataReader that matches the Topic and has compatible QoS or ceased to be matched with a DataReader.

Definition at line 1084 of file DdsDcpsStructs.cs.

Member Data Documentation

◆ CurrentCount

int DDS.PublicationMatchedStatus.CurrentCount

The number of DataReaders currently matched to the concerned DataWriter.

Definition at line 1107 of file DdsDcpsStructs.cs.

◆ CurrentCountChange

int DDS.PublicationMatchedStatus.CurrentCountChange

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

Definition at line 1113 of file DdsDcpsStructs.cs.

◆ LastSubscriptionHandle

long DDS.PublicationMatchedStatus.LastSubscriptionHandle

Handle to the last DataReader that matched the DataWriter causing the status to change.

Definition at line 1119 of file DdsDcpsStructs.cs.

◆ TotalCount

int DDS.PublicationMatchedStatus.TotalCount

Total cumulative count the concerned DataWriter discovered a "match" with a DataReader.

That is, it found a DataReader for the same Topic with a requested QoS that is compatible with that offered by the DataWriter.

Definition at line 1095 of file DdsDcpsStructs.cs.

◆ TotalCountChange

int DDS.PublicationMatchedStatus.TotalCountChange

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

Definition at line 1101 of file DdsDcpsStructs.cs.


The documentation for this class was generated from the following file: