18.1.1.4.10. QosPolicyCount

struct QosPolicyCount

A struct storing the id of the incompatible QoS Policy and the number of times it fails.

Public Functions

QosPolicyCount() = default

Constructor.

inline QosPolicyCount(QosPolicyId_t id, int32_t c)

Constructor.

Public Members

QosPolicyId_t policy_id = INVALID_QOS_POLICY_ID

The id of the policy.

uint32_t count = 0

Total number of times that the concerned writer discovered a reader for the same topic.

The requested QoS is incompatible with the one offered by the writer