Function dds_merge_qos¶
Defined in File dds_public_qos.h
Function Documentation¶
-
void dds_merge_qos(dds_qos_t *dst, const dds_qos_t *src)¶
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
dst – [inout] - Pointer to the destination qos structure
src – [in] - Pointer to the source qos structure