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