![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
The DataReader has found a DataWriter that matches the Topic and has compatible QoS or ceased to be matched with a DataWriter. More...
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... | |
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.
int DDS.SubscriptionMatchedStatus.CurrentCount |
The number of DataWriters currently matched to the concerned DataReader.
Definition at line 1150 of file DdsDcpsStructs.cs.
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.
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.
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.
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.