Function dds_resume

Function Documentation

dds_return_t dds_resume(dds_entity_t publisher)

Resumes the publications of the Publisher.

This operation is a hint to the Service to indicate that the application has completed changes initiated by a previous dds_suspend(). The Service is not required to use the hint.

The call to resume_publications must match a previous call to

See also

suspend_publications.

Parameters

publisher[in] The publisher for which all publications will be resumed.

Return values
  • DDS_RETCODE_OK – Publications resumed successfully.

  • DDS_RETCODE_BAD_PARAMETER – The pub parameter is not a valid publisher.

  • DDS_RETCODE_PRECONDITION_NOT_MET – No previous matching dds_suspend().

  • DDS_RETCODE_UNSUPPORTED – Operation is not supported.

Returns

A dds_return_t indicating success or failure.