@@ -217,6 +217,7 @@ class Publisher : public DomainEntity
217
217
* @brief Indicates to FastDDS that the contained DataWriters are about to be modified
218
218
*
219
219
* @return RETCODE_OK if successful, an error code otherwise
220
+ *
220
221
* @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
221
222
*/
222
223
RTPS_DllAPI ReturnCode_t suspend_publications ();
@@ -225,6 +226,7 @@ class Publisher : public DomainEntity
225
226
* @brief Indicates to FastDDS that the modifications to the DataWriters are complete.
226
227
*
227
228
* @return RETCODE_OK if successful, an error code otherwise
229
+ *
228
230
* @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
229
231
*/
230
232
RTPS_DllAPI ReturnCode_t resume_publications ();
@@ -233,6 +235,7 @@ class Publisher : public DomainEntity
233
235
* @brief Signals the beginning of a set of coherent cache changes using the Datawriters attached to the publisher
234
236
*
235
237
* @return RETCODE_OK if successful, an error code otherwise
238
+ *
236
239
* @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
237
240
*/
238
241
RTPS_DllAPI ReturnCode_t begin_coherent_changes ();
@@ -241,6 +244,7 @@ class Publisher : public DomainEntity
241
244
* @brief Signals the end of a set of coherent cache changes
242
245
*
243
246
* @return RETCODE_OK if successful, an error code otherwise
247
+ *
244
248
* @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
245
249
*/
246
250
RTPS_DllAPI ReturnCode_t end_coherent_changes ();
@@ -322,6 +326,8 @@ class Publisher : public DomainEntity
322
326
* @param[out] writer_qos
323
327
* @param[in] topic_qos
324
328
* @return RETCODE_OK if successful, an error code otherwise
329
+ *
330
+ * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
325
331
*/
326
332
RTPS_DllAPI static ReturnCode_t copy_from_topic_qos (
327
333
fastdds::dds::DataWriterQos& writer_qos,
0 commit comments