Skip to content

Commit

Permalink
Add take_sequence to RMW API (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Apr 24, 2020
1 parent 9a384a4 commit 34d3636
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rmw_implementation/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@ RMW_INTERFACE_FN(
rmw_ret_t, RMW_RET_ERROR,
4, ARG_TYPES(const rmw_subscription_t *, void *, bool *, rmw_subscription_allocation_t *))

RMW_INTERFACE_FN(
rmw_take_sequence,
rmw_ret_t, RMW_RET_ERROR,
6, ARG_TYPES(
const rmw_subscription_t *, size_t, rmw_message_sequence_t *,
rmw_message_info_sequence_t *, size_t *, rmw_subscription_allocation_t *))

RMW_INTERFACE_FN(
rmw_take_with_info,
rmw_ret_t, RMW_RET_ERROR,
Expand Down

0 comments on commit 34d3636

Please sign in to comment.