Function dds_qset_presentation

Function Documentation

void dds_qset_presentation(dds_qos_t *qos, dds_presentation_access_scope_kind_t access_scope, bool coherent_access, bool ordered_access)

Set the presentation policy of a qos structure.

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

  • access_scope – [in] - Access-scope kind

  • coherent_access – [in] - Coherent access enable value

  • ordered_access – [in] - Ordered access enable value