RTI Connext C++ API  Version 5.1.0
DDS_OfferedDeadlineMissedStatus Struct Reference

DDS_OFFERED_DEADLINE_MISSED_STATUS More...

Public Attributes

DDS_Long total_count
 Total cumulative count of the number of times the DDSDataWriter 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 DDSDataWriter for which an offered deadline was missed.
 

Detailed Description

DDS_OFFERED_DEADLINE_MISSED_STATUS

Entity:
DDSDataWriter
Listener:
DDSDataWriterListener

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

Member Data Documentation

DDS_Long DDS_OfferedDeadlineMissedStatus::total_count

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

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

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 DDSDataWriter for which an offered deadline was missed.


RTI Connext C++ API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc