|
Safe DDS
|
A struct storing the status of offered missed deadline events. More...
#include <OfferedDeadlineMissedStatus.hpp>
Public Attributes | |
| int32_t | total_count = 0 |
| Total cumulative count. More... | |
| int32_t | total_count_change = 0 |
| Increment since the last time the status was read. More... | |
| InstanceHandle | last_instance_handle {} |
| The handle of the last instance that has a deadline that was missed. More... | |
A struct storing the status of offered missed deadline events.
| InstanceHandle eprosima::safedds::dds::OfferedDeadlineMissedStatus::last_instance_handle {} |
The handle of the last instance that has a deadline that was missed.
| int32_t eprosima::safedds::dds::OfferedDeadlineMissedStatus::total_count = 0 |
Total cumulative count.
| int32_t eprosima::safedds::dds::OfferedDeadlineMissedStatus::total_count_change = 0 |
Increment since the last time the status was read.