RTI Connext DDS Micro C++ API  Version 3.0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_SampleLostStatus Struct Reference

<<cert>> DDS_SAMPLE_LOST_STATUS More...

#include <dds_c_subscription.h>

List of all members.

Public Attributes

DDS_Long total_count
 Total cumulative count of all samples lost across all instances of data published under the DDSTopic.
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 DDS_SAMPLE_LOST_BY_DATAWRITER and DDS_SAMPLE_LOST_NOT_LOST.

Detailed Description


Member Data Documentation

DDS_Long DDS_SampleLostStatus::total_count

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

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 DDS_SAMPLE_LOST_BY_DATAWRITER and DDS_SAMPLE_LOST_NOT_LOST.


RTI Connext DDS Micro C++ API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc