Skip to content

Commit 7391c33

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

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
@@ -347,6 +347,13 @@ RMW_INTERFACE_FN(
347347
rmw_ret_t, RMW_RET_ERROR,
348348
4, ARG_TYPES(const rmw_subscription_t *, void *, bool *, rmw_subscription_allocation_t *))
349349

350+
RMW_INTERFACE_FN(
351+
rmw_take_sequence,
352+
rmw_ret_t, RMW_RET_ERROR,
353+
6, ARG_TYPES(
354+
const rmw_subscription_t *, size_t, rmw_message_sequence_t *,
355+
rmw_message_info_sequence_t *, size_t *, rmw_subscription_allocation_t *))
356+
350357
RMW_INTERFACE_FN(
351358
rmw_take_with_info,
352359
rmw_ret_t, RMW_RET_ERROR,

0 commit comments

Comments
 (0)