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 @@ -24,7 +24,7 @@ https://github.com/ros2/libyaml_vendor.git ce1ad8793760ae9585d19a1e484e7342acb95
24
24
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2fd2c4f04093dcf
25
25
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
26
26
https://github.com/micro-ROS/rcl 1fac9bf845f32bce311730d3dda1fddbb8b101e6
27
- https://github.com/ros2/rclc 3a090870a97bc65c37872020610c7dfd96a46b64
27
+ https://github.com/ros2/rclc 2442f752c5071e4de8a5cfaa0bceed1fca14b866
28
28
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 51c7e2b36a4ddb8175c4662145c84a66c23be317
29
29
https://github.com/micro-ROS/rcutils 1176652124c12b23cb58f052077901d2c24dbf39
30
30
https://github.com/micro-ROS/rosidl_typesupport.git d569fcc82aca391470a43dd5fc388f9f3a4d477d
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>
@@ -157,4 +162,8 @@ rclc_lifecycle_node_fini(
157
162
rclc_lifecycle_node_t * node ,
158
163
rcl_allocator_t * allocator );
159
164
165
+ #if __cplusplus
166
+ }
167
+ #endif
168
+
160
169
#endif // RCLC_LIFECYCLE__RCLC_LIFECYCLE_H_
You can’t perform that action at this time.
0 commit comments