RTI Connext Modern C++ API
Version 6.0.0
|
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. | |
Information about the status dds::core::status::StatusMask::offered_deadline_missed()
The deadline that the dds::pub::DataWriter has committed through its dds::core::policy::Deadline was not respected for a specific instance.
|
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.
|
inline |
The incremental changes in total_count since the last time the listener was called or the status was read.
|
inline |
Handle to the last instance in the dds::pub::DataWriter for which an offered deadline was missed.