Function dds_copy_listener

Function Documentation

void dds_copy_listener(dds_listener_t *dst, const dds_listener_t *src)

Copy the listener callbacks from source to destination.

Parameters
  • dst[inout] The pointer to the destination listener structure, where the content is to copied

  • src[in] The pointer to the source listener structure to be copied