Skip to content

Commit 1b6ff8a

Browse files
committed
Add take_sequence to RMW API
Signed-off-by: Michael Carroll <[email protected]>
1 parent e533709 commit 1b6ff8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rmw_implementation/src/functions.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,13 @@ RMW_INTERFACE_FN(
345345
rmw_ret_t, RMW_RET_ERROR,
346346
4, ARG_TYPES(const rmw_subscription_t *, void *, bool *, rmw_subscription_allocation_t *))
347347

348+
RMW_INTERFACE_FN(
349+
rmw_take_sequence,
350+
rmw_ret_t, RMW_RET_ERROR,
351+
6, ARG_TYPES(
352+
const rmw_subscription_t *, size_t, rmw_message_sequence_t *,
353+
rmw_message_info_sequence_t *, size_t *, rmw_subscription_allocation_t *))
354+
348355
RMW_INTERFACE_FN(
349356
rmw_take_with_info,
350357
rmw_ret_t, RMW_RET_ERROR,

0 commit comments

Comments
 (0)