Function dds_qset_topicdata

Function Documentation

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

Set the topicdata of a qos structure.

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

  • value – [in] - Pointer to the topicdata

  • sz – [in] - Size of the topicdata stored in value