Status event fired when a DataWriter fails to publish within its offered deadline period.
More...
#include <status_detail.h>
|
| Type | get_type () const override |
| | Returns kOfferedDeadlineMissed.
|
| std::string | get_string () const override |
| | Returns a human-readable summary of this status.
|
| template<typename T> |
| std::shared_ptr< T > | as () const |
| | Safely downcasts this status to a concrete type T.
|
Status event fired when a DataWriter fails to publish within its offered deadline period.
Delivered once per instance that missed the deadline. last_instance_handle identifies the instance that most recently missed its deadline.
◆ get_string()
| std::string vlink::Status::OfferedDeadlineMissed::get_string |
( |
| ) |
const |
|
nodiscardoverridevirtual |
Returns a human-readable summary of this status.
- Returns
- String describing missed deadline counts.
Implements vlink::Status::Base.
◆ get_type()
| Type vlink::Status::OfferedDeadlineMissed::get_type |
( |
| ) |
const |
|
nodiscardoverridevirtual |
◆ operator<<
Writes the status fields to ostream.
- Parameters
-
- Returns
- Reference to
ostream.
◆ last_instance_handle
| InstanceHandle vlink::Status::OfferedDeadlineMissed::last_instance_handle {nullptr} |
Handle of the most recently missed instance.
◆ total_count
| int32_t vlink::Status::OfferedDeadlineMissed::total_count {0} |
Total deadline misses across all instances.
◆ total_count_change
| int32_t vlink::Status::OfferedDeadlineMissed::total_count_change {0} |
Change in total_count since last callback.
The documentation for this struct was generated from the following file: