Status event fired when a DataWriter loses liveliness (failed to assert within duration).
More...
#include <status_detail.h>
|
| Type | get_type () const override |
| | Returns kLivelinessLost.
|
| 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 loses liveliness (failed to assert within duration).
Delivered to the writer when the liveliness lease expires without a successful assertion.
◆ get_string()
| std::string vlink::Status::LivelinessLost::get_string |
( |
| ) |
const |
|
nodiscardoverridevirtual |
Returns a human-readable summary of this status.
- Returns
- String describing liveliness loss counts.
Implements vlink::Status::Base.
◆ get_type()
| Type vlink::Status::LivelinessLost::get_type |
( |
| ) |
const |
|
nodiscardoverridevirtual |
◆ operator<<
Writes the status fields to ostream.
- Parameters
-
- Returns
- Reference to
ostream.
◆ total_count
| int32_t vlink::Status::LivelinessLost::total_count {0} |
Total times liveliness was lost.
◆ total_count_change
| int32_t vlink::Status::LivelinessLost::total_count_change {0} |
Change in total_count since last callback.
The documentation for this struct was generated from the following file: