A struct storing the id of the incompatible QoS Policy and the number of times it fails. More...
#include <IncompatibleQosStatus.hpp>
Public Member Functions | |
| QosPolicyCount ()=default | |
| Constructor. | |
| QosPolicyCount (QosPolicyId_t id, int32_t c) | |
| Constructor. | |
Public Attributes | |
| 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. | |
A struct storing the id of the incompatible QoS Policy and the number of times it fails.
|
default |
Constructor.
|
inline |
Constructor.
| 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
| QosPolicyId_t policy_id = INVALID_QOS_POLICY_ID |
The id of the policy.