Skip to content

Commit

Permalink
Restore documentation for message_info.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed May 1, 2019
1 parent 2fb8caa commit b805ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw/include/rmw/rmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ rmw_take_serialized_message(
* \param[in] subscription Subscription object to take from.
* \param[out] serialized_message The destination in which to store the serialized message.
* \param[out] taken Boolean flag indicating if a message was taken or not.
* \param[out] message_info A structure containing meta information about the taken message.
* \param[in] allocation Preallocated buffer to use (may be NULL).
* \return `RMW_RET_OK` if successful, or
* \return `RMW_RET_BAD_ALLOC` if memory allocation failed, or
Expand Down

0 comments on commit b805ba2

Please sign in to comment.