RTI Connext Modern C++ API  Version 6.1.0
dds::core::status::RequestedDeadlineMissedStatus Class Reference

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

#include <TStatus.hpp>

Public Member Functions

int32_t total_count () const
 Total cumulative count of the deadlines detected for any instance read by the dds::sub::DataReader. More...
 
int32_t total_count_change () const
 The incremental number of deadlines detected since the last time the listener was called or the status was read. More...
 
const dds::core::InstanceHandle last_instance_handle () const
 Handle to the last instance in the dds::sub::DataReader for which a deadline was detected. More...
 

Detailed Description

Member Function Documentation

◆ total_count()

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

Total cumulative count of the deadlines detected for any instance read by the dds::sub::DataReader.

◆ total_count_change()

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

The incremental number of deadlines detected since the last time the listener was called or the status was read.

◆ last_instance_handle()

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

Handle to the last instance in the dds::sub::DataReader for which a deadline was detected.