RTI Connext DDS Micro C API  Version 3.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_ReliableSampleUnacknowledgedStatus Struct Reference

<<cert>> Status about an unacknowledged sample that is removed from the DDS_DataWriter cache before being acknowledged by all matched DDS_DataReader entities. More...

#include <dds_c_publication.h>

Data Fields

struct DDS_SequenceNumber_t sequence_number
 The sequence number of the unacknowledged sample.
DDS_Long unacknowledged_count
 The number of matched DDS_DataReader entities that did not acknowledge the sample before it was removed.
DDS_InstanceHandle_t instance_handle
 The instance_handle for the sample. If the DDS_DataWriter is not keyed the value is DDS_HANDLE_NIL.

Detailed Description

<<cert>> Status about an unacknowledged sample that is removed from the DDS_DataWriter cache before being acknowledged by all matched DDS_DataReader entities.

Entity:
DDS_DataWriter
Listener:
DDS_DataWriterListener

Field Documentation

struct DDS_SequenceNumber_t DDS_ReliableSampleUnacknowledgedStatus::sequence_number

The sequence number of the unacknowledged sample.

DDS_Long DDS_ReliableSampleUnacknowledgedStatus::unacknowledged_count

The number of matched DDS_DataReader entities that did not acknowledge the sample before it was removed.

DDS_InstanceHandle_t DDS_ReliableSampleUnacknowledgedStatus::instance_handle

The instance_handle for the sample. If the DDS_DataWriter is not keyed the value is DDS_HANDLE_NIL.


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