Skip to content

Commit d3f9ec4

Browse files
micro-ROS foxy Library auto-update 09-04-2022 06:19 (#928)
Co-authored-by: pablogs9 <[email protected]>
1 parent 7bb07da commit d3f9ec4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ https://github.com/ros2/libyaml_vendor.git 4d360d783b3018dfaed6d9ab9c736b720c109
2525
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2fd2c4f04093dcf
2626
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
2727
https://github.com/micro-ROS/rcl 0c8a1ac149ce3617e28bdf907d0947f8fb397860
28-
https://github.com/ros2/rclc 45a111e8fe0fd278144ae8d1130d7edc2aa99125
28+
https://github.com/ros2/rclc 3a1bb2a3ca045e2d66d6437c7e6ae1571ce096cd
2929
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 84965f84a42eab8330c5f1d30060a9f0df9aa5a3
3030
https://github.com/micro-ROS/rcutils b47fb4b3bef30bd6315eb1531a42a9c82b0e95d6
3131
https://github.com/micro-ROS/rosidl_typesupport.git 5d974dbee4cd6988ce33923246eb404db327fad8

src/rclc_lifecycle/rclc_lifecycle.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
#ifndef RCLC_LIFECYCLE__RCLC_LIFECYCLE_H_
1818
#define RCLC_LIFECYCLE__RCLC_LIFECYCLE_H_
1919

20+
#if __cplusplus
21+
extern "C"
22+
{
23+
#endif
24+
2025
#define RCLC_LIFECYCLE_MAX_NUMBER_OF_STATES 100 // highest transition id: 99
2126

2227
#include <rcutils/logging_macros.h>
@@ -98,4 +103,8 @@ rcl_lifecycle_node_fini(
98103
rclc_lifecycle_node_t * node,
99104
rcl_allocator_t * allocator);
100105

106+
#if __cplusplus
107+
}
108+
#endif
109+
101110
#endif // RCLC_LIFECYCLE__RCLC_LIFECYCLE_H_

0 commit comments

Comments
 (0)