File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ https://github.com/ros2/libyaml_vendor.git 4d360d783b3018dfaed6d9ab9c736b720c109
25
25
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2fd2c4f04093dcf
26
26
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
27
27
https://github.com/micro-ROS/rcl 0c8a1ac149ce3617e28bdf907d0947f8fb397860
28
- https://github.com/ros2/rclc 45a111e8fe0fd278144ae8d1130d7edc2aa99125
28
+ https://github.com/ros2/rclc 3a1bb2a3ca045e2d66d6437c7e6ae1571ce096cd
29
29
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 84965f84a42eab8330c5f1d30060a9f0df9aa5a3
30
30
https://github.com/micro-ROS/rcutils b47fb4b3bef30bd6315eb1531a42a9c82b0e95d6
31
31
https://github.com/micro-ROS/rosidl_typesupport.git 5d974dbee4cd6988ce33923246eb404db327fad8
Original file line number Diff line number Diff line change 17
17
#ifndef RCLC_LIFECYCLE__RCLC_LIFECYCLE_H_
18
18
#define RCLC_LIFECYCLE__RCLC_LIFECYCLE_H_
19
19
20
+ #if __cplusplus
21
+ extern "C"
22
+ {
23
+ #endif
24
+
20
25
#define RCLC_LIFECYCLE_MAX_NUMBER_OF_STATES 100 // highest transition id: 99
21
26
22
27
#include <rcutils/logging_macros.h>
@@ -98,4 +103,8 @@ rcl_lifecycle_node_fini(
98
103
rclc_lifecycle_node_t * node ,
99
104
rcl_allocator_t * allocator );
100
105
106
+ #if __cplusplus
107
+ }
108
+ #endif
109
+
101
110
#endif // RCLC_LIFECYCLE__RCLC_LIFECYCLE_H_
You can’t perform that action at this time.
0 commit comments