Function dds_copy_qos

Function Documentation

dds_return_t dds_copy_qos(dds_qos_t *dst, const dds_qos_t *src)

Copy all QoS-policies from one structure to another.

Parameters
  • dst[inout] - Pointer to the destination dds_qos_t structure

  • src[in] - Pointer to the source dds_qos_t structure

Returns

- Return-code indicating success or failure