Function dds_qset_presentation¶
Defined in File dds_public_qos.h
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