Status event fired when a DataWriter discovers a subscriber with incompatible QoS.
More...
#include <status_detail.h>
|
| Type | get_type () const override |
| | Returns kOfferedIncompatibleQos.
|
| 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.
|
|
| int32_t | total_count {0} |
| | Total incompatible subscribers ever detected.
|
| int32_t | total_count_change {0} |
| | Change in total_count since last callback.
|
| int32_t | last_policy_id {0} |
| | ID of the QoS policy that caused the last incompatibility.
|
Status event fired when a DataWriter discovers a subscriber with incompatible QoS.
last_policy_id identifies the QoS policy ID that caused the incompatibility.
◆ get_string()
| std::string vlink::Status::OfferedIncompatibleQos::get_string |
( |
| ) |
const |
|
nodiscardoverridevirtual |
Returns a human-readable summary of this status.
- Returns
- String describing incompatible QoS detection counts.
Implements vlink::Status::Base.
◆ get_type()
| Type vlink::Status::OfferedIncompatibleQos::get_type |
( |
| ) |
const |
|
nodiscardoverridevirtual |
◆ operator<<
Writes the status fields to ostream.
- Parameters
-
- Returns
- Reference to
ostream.
◆ last_policy_id
| int32_t vlink::Status::OfferedIncompatibleQos::last_policy_id {0} |
ID of the QoS policy that caused the last incompatibility.
◆ total_count
| int32_t vlink::Status::OfferedIncompatibleQos::total_count {0} |
Total incompatible subscribers ever detected.
◆ total_count_change
| int32_t vlink::Status::OfferedIncompatibleQos::total_count_change {0} |
Change in total_count since last callback.
The documentation for this struct was generated from the following file: