Skip to content

Commit 1bb3f2b

Browse files
micro-ROS foxy Library auto-update 18-08-2021 06:17 (#423)
Co-authored-by: pablogs9 <[email protected]>
1 parent 4b54e8b commit 1bb3f2b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://github.com/eProsima/Micro-CDR.git 21c99e0d8d140c50b45f13c8ed3716cb9fa0fb
44
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 4ccec07f4089ec1ec49e72c4ed0484ae6515cd75
55
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 197b1ae73e6f50fc8196f2b724a7da248491c2bc
66
https://github.com/micro-ROS/rcutils 0fd0c442dfa343dcfd0cb3674012039bed0c9389
7-
https://github.com/ros2/rclc 35a034d8597d4b0da68afff394a6035a624cbd42
7+
https://github.com/ros2/rclc 5e9846b11e60284063a364cce2b4e583ade9faf8
88
https://github.com/micro-ROS/rosidl_typesupport.git 5d974dbee4cd6988ce33923246eb404db327fad8
99
https://github.com/micro-ROS/rmw-microxrcedds.git 8594729864049188151136e74cb859b5bba01ecc
1010
https://github.com/micro-ROS/rcl fc14a9a73f5e0579ec0c902a1a4375c9a013cabf

src/rclc/executor.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ rclc_executor_add_subscription(
260260
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer (NULL context is ignored)
261261
* \return `RCL_RET_ERROR` if any other error occured
262262
*/
263+
RCLC_PUBLIC
263264
rcl_ret_t
264265
rclc_executor_add_subscription_with_context(
265266
rclc_executor_t * executor,
@@ -504,6 +505,7 @@ rclc_executor_add_guard_condition(
504505
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
505506
* \return `RCL_RET_ERROR` if any other error occured
506507
*/
508+
RCLC_PUBLIC
507509
rcl_ret_t
508510
rclc_executor_remove_subscription(
509511
rclc_executor_t * executor,
@@ -531,6 +533,7 @@ rclc_executor_remove_subscription(
531533
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
532534
* \return `RCL_RET_ERROR` if any other error occured
533535
*/
536+
RCLC_PUBLIC
534537
rcl_ret_t
535538
rclc_executor_remove_timer(
536539
rclc_executor_t * executor,
@@ -558,6 +561,7 @@ rclc_executor_remove_timer(
558561
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
559562
* \return `RCL_RET_ERROR` if any other error occured
560563
*/
564+
RCLC_PUBLIC
561565
rcl_ret_t
562566
rclc_executor_remove_client(
563567
rclc_executor_t * executor,
@@ -585,6 +589,7 @@ rclc_executor_remove_client(
585589
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
586590
* \return `RCL_RET_ERROR` if any other error occured
587591
*/
592+
RCLC_PUBLIC
588593
rcl_ret_t
589594
rclc_executor_remove_service(
590595
rclc_executor_t * executor,
@@ -611,6 +616,7 @@ rclc_executor_remove_service(
611616
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
612617
* \return `RCL_RET_ERROR` if any other error occured
613618
*/
619+
RCLC_PUBLIC
614620
rcl_ret_t
615621
rclc_executor_remove_guard_condition(
616622
rclc_executor_t * executor,

0 commit comments

Comments
 (0)