RTI Connext DDS Micro  Version 2.4.11
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
DDS_SampleLostStatus Struct Reference

<<cert>> DDS_SAMPLE_LOST_STATUS More...

#include <dds_c_subscription.h>

Data Fields

DDS_Long total_count
 Total cumulative count of all samples lost across all instances of data published under the DDS_Topic.
DDS_Long total_count_change
 The incremental number of samples lost since the last time the listener was called or the status was read.
DDS_SampleLostStatusKind reason
 The reason a sample was lost.
struct DDS_SampleInfo sample_info
 Additional information about the sample lost for reasons other than.

Detailed Description


Field Documentation

DDS_Long DDS_SampleLostStatus::total_count

Total cumulative count of all samples lost across all instances of data published under the DDS_Topic.

DDS_Long DDS_SampleLostStatus::total_count_change

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

DDS_SampleLostStatusKind DDS_SampleLostStatus::reason

The reason a sample was lost.

struct DDS_SampleInfo DDS_SampleLostStatus::sample_info

Additional information about the sample lost for reasons other than.

   Samples was lost was by the datawriter, it was never received by the datareader.
See also:
DDS_ResourceLimitsQosPolicy and Samples was not lost, normal removal.
DDS_ResourceLimitsQosPolicy

RTI Connext DDS Micro Version 2.4.11 Copyright © Mon Jul 23 2018 Real-Time Innovations, Inc