![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
Indicates that a sample has been lost. More...
Public Attributes | |
int | TotalCount |
Total cumulative count of all samples lost across of instances of data published under the Topic. More... | |
int | TotalCountChange |
The incremental number of samples lost since the last time the listener was called or the status was read. More... | |
Indicates that a sample has been lost.
A sample never reached the DataReader queue. The following events can lead to a sample lost status:
Definition at line 821 of file DdsDcpsStructs.cs.
int DDS.SampleLostStatus.TotalCount |
Total cumulative count of all samples lost across of instances of data published under the Topic.
Definition at line 827 of file DdsDcpsStructs.cs.
int DDS.SampleLostStatus.TotalCountChange |
The incremental number of samples lost since the last time the listener was called or the status was read.
Definition at line 833 of file DdsDcpsStructs.cs.