We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bbc04 commit e9a397dCopy full SHA for e9a397d
rmw/include/rmw/rmw.h
@@ -313,6 +313,7 @@ rmw_take_serialized_message(
313
* \param subscription subscription object to take from
314
* \param serialized_message the destination in which to store the serialized message
315
* \param taken boolean flag indicating if a message was taken or not
316
+ * \param message_info a structure containing meta information about the taken message
317
* \return `RMW_RET_OK` if successful, or
318
* \return `RMW_RET_BAD_ALLOC` if memory allocation failed, or
319
* \return `RMW_RET_ERROR` if an unexpected error occurs.
0 commit comments