Function dds_end_coherent¶
Defined in File dds.h
Function Documentation¶
-
dds_return_t dds_end_coherent(dds_entity_t entity)¶
End coherent publishing or end accessing a coherent set in a subscriber.
Invoking on a Writer or Reader behaves as if dds_end_coherent was invoked on its parent Publisher or Subscriber respectively.
- Parameters
entity – [in] The entity on which coherent access is finished.
- Return values
DDS_RETCODE_OK – The operation was successful.
DDS_RETCODE_BAD_PARAMETER – The provided entity is invalid or not supported.
- Returns
A dds_return_t indicating success or failure.