Reader-side event raised when the reader does not receive data within its requested deadline.
More...
#include <status_detail.h>
|
| Type | get_type () const override |
| | Returns kRequestedDeadlineMissed. More...
|
| |
| std::string | get_string () const override |
| | Returns the literal "RequestedDeadlineMissed". More...
|
| |
| template<typename T > |
| std::shared_ptr< T > | as () const |
| | Safely narrows this event to a concrete Status subclass. More...
|
| |
Reader-side event raised when the reader does not receive data within its requested deadline.
◆ get_string()
| std::string vlink::Status::RequestedDeadlineMissed::get_string |
( |
| ) |
const |
|
overridevirtual |
Returns the literal "RequestedDeadlineMissed".
- Returns
- Event name string.
Implements vlink::Status::Base.
◆ get_type()
| Type vlink::Status::RequestedDeadlineMissed::get_type |
( |
| ) |
const |
|
overridevirtual |
◆ operator<<
Streams the counter fields to ostream.
- Parameters
-
| ostream | Output stream. |
| status | Event to print. |
- Returns
- Reference to
ostream.
◆ last_instance_handle
| InstanceHandle vlink::Status::RequestedDeadlineMissed::last_instance_handle {nullptr} |
Opaque handle of the instance that missed most recently.
◆ total_count
| int32_t vlink::Status::RequestedDeadlineMissed::total_count {0} |
Cumulative deadline misses across all instances.
◆ total_count_change
| int32_t vlink::Status::RequestedDeadlineMissed::total_count_change {0} |
Delta in total_count since the last notification.
The documentation for this struct was generated from the following file: