Function dds_qget_partition

Function Documentation

bool dds_qget_partition(const dds_qos_t *qos, uint32_t *n, char ***ps)

Get the partition qos policy.

Parameters
  • qos[in] - Pointer to a dds_qos_t structure storing the policy

  • n[inout] - Pointer that will store the number of partitions (optional)

  • ps[inout] - Pointer that will store the string(s) containing partition name(s) (optional)

Returns

- false iff any of the arguments is invalid or the qos is not present in the qos object