RTI Connext Modern C++ API  Version 5.2.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
dds::core::status::OfferedDeadlineMissedStatus Class Reference

Information about the status dds::core::status::StatusMask::offered_deadline_missed() More...

#include <TStatus.hpp>

Public Member Functions

int32_t total_count () const
 Total cumulative count of the number of times the dds::pub::DataWriter failed to write within its offered deadline.
 
int32_t total_count_change () const
 The incremental changes in total_count since the last time the listener was called or the status was read.
 
const dds::core::InstanceHandle last_instance_handle () const
 Handle to the last instance in the dds::pub::DataWriter for which an offered deadline was missed.
 

Detailed Description

Information about the status dds::core::status::StatusMask::offered_deadline_missed()

Entity:
dds::pub::DataWriter
Listener:
dds::pub::DataWriterListener

The deadline that the dds::pub::DataWriter has committed through its dds::core::policy::Deadline was not respected for a specific instance.

Member Function Documentation

int32_t dds::core::status::OfferedDeadlineMissedStatus::total_count ( ) const
inline

Total cumulative count of the number of times the dds::pub::DataWriter failed to write within its offered deadline.

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

int32_t dds::core::status::OfferedDeadlineMissedStatus::total_count_change ( ) const
inline

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

const dds::core::InstanceHandle dds::core::status::OfferedDeadlineMissedStatus::last_instance_handle ( ) const
inline

Handle to the last instance in the dds::pub::DataWriter for which an offered deadline was missed.


RTI Connext Modern C++ API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc