VLink  2.0.0
A high-performance communication middleware
vlink::Status::OfferedIncompatibleQos结构体 参考final

Writer-side event raised when a subscriber is rejected for 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 the literal "OfferedIncompatibleQos". 更多...
 

Public 属性

int32_t total_count {0}
 Cumulative incompatible subscribers detected. 更多...
 
int32_t total_count_change {0}
 Delta in total_count since the last notification. 更多...
 
int32_t last_policy_id {0}
 DDS QoS policy identifier that caused the rejection. 更多...
 

友元

VLINK_EXPORT friend std::ostream & operator<< (std::ostream &ostream, const OfferedIncompatibleQos &status) noexcept
 Streams the counter fields to ostream. 更多...
 

额外继承的成员函数

详细描述

Writer-side event raised when a subscriber is rejected for incompatible QoS.

成员函数说明

◆ get_string()

std::string vlink::Status::OfferedIncompatibleQos::get_string ( ) const
overridevirtual

Returns the literal "OfferedIncompatibleQos".

返回
Event name string.

实现了 vlink::Status::Base.

◆ get_type()

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

Returns kOfferedIncompatibleQos.

返回
Status type discriminator.

实现了 vlink::Status::Base.

友元及相关函数文档

◆ operator<<

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

Streams the counter fields to ostream.

参数
ostreamOutput stream.
statusEvent to print.
返回
Reference to ostream.

类成员变量说明

◆ last_policy_id

int32_t vlink::Status::OfferedIncompatibleQos::last_policy_id {0}

DDS QoS policy identifier that caused the rejection.

◆ total_count

int32_t vlink::Status::OfferedIncompatibleQos::total_count {0}

Cumulative incompatible subscribers detected.

◆ total_count_change

int32_t vlink::Status::OfferedIncompatibleQos::total_count_change {0}

Delta in total_count since the last notification.


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