Function dds_qset_userdata

Function Documentation

void dds_qset_userdata(dds_qos_t *qos, const void *value, size_t sz)

Set the userdata of a qos structure.

Parameters
  • qos[inout] - Pointer to a dds_qos_t structure that will store the userdata

  • value[in] - Pointer to the userdata

  • sz[in] - Size of userdata stored in value