VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::Status::OfferedIncompatibleQos结构体 参考final

Status event fired when a DataWriter discovers a subscriber with incompatible QoS. 更多...

#include <status_detail.h>

类 vlink::Status::OfferedIncompatibleQos 继承关系图:
vlink::Status::OfferedIncompatibleQos 的协作图:

Public 成员函数

Type get_type () const override
 Returns kOfferedIncompatibleQos.
std::string get_string () const override
 Returns a human-readable summary of this status.

Public 属性

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.

友元

VLINK_EXPORT friend std::ostream & operator<< (std::ostream &ostream, const OfferedIncompatibleQos &status) noexcept
 Writes the status fields to ostream.

额外继承的成员函数

详细描述

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.

返回
String describing incompatible QoS detection counts.

实现了 vlink::Status::Base.

◆ get_type()

Type vlink::Status::OfferedIncompatibleQos::get_type ( ) const
nodiscardoverridevirtual

Returns kOfferedIncompatibleQos.

返回
Status type identifier.

实现了 vlink::Status::Base.

◆ operator<<

VLINK_EXPORT friend std::ostream & operator<< ( std::ostream & ostream,
const OfferedIncompatibleQos & status )
friend

Writes the status fields to ostream.

参数
ostreamOutput stream.
statusThis OfferedIncompatibleQos status.
返回
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.


该结构体的文档由以下文件生成: