Function dds_begin_coherent¶
Defined in File dds.h
Function Documentation¶
-
dds_return_t dds_begin_coherent(dds_entity_t entity)¶
Begin coherent publishing or begin accessing a coherent set in a subscriber.
Invoking on a Writer or Reader behaves as if dds_begin_coherent was invoked on its parent Publisher or Subscriber respectively.
- Parameters
entity – [in] The entity that is prepared for coherent access.
- Return values
DDS_RETCODE_OK – The operation was successful.
DDS_RETCODE_ERROR – An internal error has occurred.
DDS_RETCODE_BAD_PARAMETER – The provided entity is invalid or not supported.
- Returns
A dds_return_t indicating success or failure.