Struct QosPolicyCount
Defined in File IncompatibleQosStatus.hpp
Struct Documentation
-
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.
-
QosPolicyCount() = default