pub unsafe extern "C" fn dds_qset_data_representation(
qos: *mut dds_qos_t,
n: u32,
values: *const dds_data_representation_id_t,
)Expand description
@ingroup qos_setters @component qos_obj @brief Set the data representation of a qos structure
@param[in,out] qos - Pointer to a dds_qos_t structure that will store the policy @param[in] n - Number of data representation values @param[in] values - Data representation values