Function dds_qget_propnames¶
Defined in File dds_public_qos.h
Function Documentation¶
-
bool dds_qget_propnames(const dds_qos_t *qos, uint32_t *n, char ***names)¶
Gets the names of the properties from a qos structure.
- Parameters
qos – [inout] - Pointer to a dds_qos_t structure that contains properties
n – [inout] - Pointer to number of property names that are returned (optional)
names – [inout] - Pointer that will store the string(s) containing property name(s) (optional). This function will allocate the memory for the list of names and for the strings containing the names; the caller gets ownership of the allocated memory
- Returns
- false iff any of the arguments is invalid or the qos is not present in the qos object