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

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

Collaboration diagram for DDS.SubscriptionMatchedStatus:
Collaboration graph

Public Attributes

int CurrentCount
 The number of DataWriters currently matched to the concerned DataReader. More...
 
int CurrentCountChange
 The change in current_count since the last time the listener was called or the status was read. More...
 
long LastPublicationHandle
 Handle to the last DataWriter that matched the DataReader causing the status to change. More...
 
int TotalCount
 Total cumulative count the concerned DataReader discovered a "match" with a DataWriter. 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 DataReader has found a DataWriter that matches the Topic and has compatible QoS or ceased to be matched with a DataWriter.

Definition at line 1127 of file DdsDcpsStructs.cs.

Member Data Documentation

◆ CurrentCount

int DDS.SubscriptionMatchedStatus.CurrentCount

The number of DataWriters currently matched to the concerned DataReader.

Definition at line 1150 of file DdsDcpsStructs.cs.

◆ CurrentCountChange

int DDS.SubscriptionMatchedStatus.CurrentCountChange

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

Definition at line 1156 of file DdsDcpsStructs.cs.

◆ LastPublicationHandle

long DDS.SubscriptionMatchedStatus.LastPublicationHandle

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

Definition at line 1162 of file DdsDcpsStructs.cs.

◆ TotalCount

int DDS.SubscriptionMatchedStatus.TotalCount

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

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

Definition at line 1138 of file DdsDcpsStructs.cs.

◆ TotalCountChange

int DDS.SubscriptionMatchedStatus.TotalCountChange

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

Definition at line 1144 of file DdsDcpsStructs.cs.


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