RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::OfferedDeadlineMissedStatus Struct Reference

::DDS::StatusKind::OFFERED_DEADLINE_MISSED_STATUS More...

#include <managed_publication.h>

Public Attributes

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

Detailed Description

::DDS::StatusKind::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.

Member Data Documentation

System::Int32 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.

System::Int32 DDS::OfferedDeadlineMissedStatus::total_count_change

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

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 .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc