Function dds_qos_equal¶
Defined in File dds_public_qos.h
Function Documentation¶
-
bool dds_qos_equal(const dds_qos_t *a, const dds_qos_t *b)¶
Copy all QoS-policies from one structure to another, unless already set.
Policies are copied from src to dst, unless src already has the policy set to a non-default value.
- Parameters
a – [inout] - Pointer to the destination qos structure
b – [in] - Pointer to the source qos structure