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

<<cert>> DDS_OFFERED_DEADLINE_MISSED_STATUS More...

#include <dds_c_publication.h>

Data Fields

DDS_Long total_count
 Total cumulative count of the number of times the DDS_DataWriter failed to write within its offered deadline.
DDS_Long total_count_change
 The incremental changes in total_count since the last time the listener was called or the status was read.
DDS_InstanceHandle_t last_instance_handle
 Handle to the last instance in the DDS_DataWriter for which an offered deadline was missed.

Detailed Description

<<cert>> DDS_OFFERED_DEADLINE_MISSED_STATUS

Entity:
DDS_DataWriter
Listener:
DDS_DataWriterListener

The deadline that the DDS_DataWriter has committed through its DDS_DeadlineQosPolicy was not respected for a specific instance.


Field Documentation

DDS_Long DDS_OfferedDeadlineMissedStatus::total_count

Total cumulative count of the number of times the DDS_DataWriter failed to write within its offered deadline.

Missed deadlines accumulate; that is, each deadline period the total_count will be incremented by one.

   total count
DDS_Long DDS_OfferedDeadlineMissedStatus::total_count_change

The incremental changes in total_count since the last time the listener was called or the status was read.

DDS_InstanceHandle_t DDS_OfferedDeadlineMissedStatus::last_instance_handle

Handle to the last instance in the DDS_DataWriter for which an offered deadline was missed.


RTI Connext DDS Micro C API Version 3.0.2 Copyright © Thu Dec 12 2019 Real-Time Innovations, Inc