RTI Connext Java API Version 7.1.0
SampleLostStatus Class Reference

com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS More...

Inherits Status.

Public Attributes

int total_count
 Total cumulative count of all samples lost across all instances of data published under the com.rti.dds.topic.Topic. More...
 
int total_count_change
 The incremental number of samples lost since the last time the listener was called or the status was read. More...
 
SampleLostStatusKind last_reason
 Reason for rejecting the last sample rejected. More...
 

Detailed Description

com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS

Member Data Documentation

◆ total_count

int total_count

Total cumulative count of all samples lost across all instances of data published under the com.rti.dds.topic.Topic.

◆ total_count_change

int total_count_change

The incremental number of samples lost since the last time the listener was called or the status was read.

◆ last_reason

SampleLostStatusKind last_reason

Reason for rejecting the last sample rejected.

See also
com.rti.dds.subscription.SampleRejectedStatusKind