RTI Connext Micro  Version 2.4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_SampleRejectedStatus Struct Reference

DDS_SAMPLE_REJECTED_STATUSA status structure describing the samples rejected by the reader. More...

#include <dds_c_subscription.h>

Data Fields

DDS_Long total_count
 Total cumulative count of samples rejected by the DDS_DataReader.
DDS_Long total_count_change
 The incremental number of samples rejected since the last time the listener was called or the status was read.
DDS_SampleRejectedStatusKind last_reason
 Reason for rejecting the last sample rejected.
DDS_InstanceHandle_t last_instance_handle
 Handle to the instance being updated by the last sample that was rejected.

Detailed Description

DDS_SAMPLE_REJECTED_STATUS

A status structure describing the samples rejected by the reader.


Field Documentation

DDS_Long DDS_SampleRejectedStatus::total_count

Total cumulative count of samples rejected by the DDS_DataReader.

DDS_Long DDS_SampleRejectedStatus::total_count_change

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

DDS_SampleRejectedStatusKind DDS_SampleRejectedStatus::last_reason

Reason for rejecting the last sample rejected.

See also:
DDS_SampleRejectedStatusKind
DDS_InstanceHandle_t DDS_SampleRejectedStatus::last_instance_handle

Handle to the instance being updated by the last sample that was rejected.


RTI Connext Micro Version 2.4.1.0 Copyright © Thu Nov 20 2014 Real-Time Innovations, Inc