Skip to content

Commit 5895e0f

Browse files
micro-ROS galactic Library auto-update 09-04-2022 06:19 (#927)
Co-authored-by: pablogs9 <[email protected]>
1 parent fad11a9 commit 5895e0f

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
@@ -24,7 +24,7 @@ https://github.com/ros2/libyaml_vendor.git ce1ad8793760ae9585d19a1e484e7342acb95
2424
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2fd2c4f04093dcf
2525
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
2626
https://github.com/micro-ROS/rcl 1fac9bf845f32bce311730d3dda1fddbb8b101e6
27-
https://github.com/ros2/rclc 3a090870a97bc65c37872020610c7dfd96a46b64
27+
https://github.com/ros2/rclc 2442f752c5071e4de8a5cfaa0bceed1fca14b866
2828
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 51c7e2b36a4ddb8175c4662145c84a66c23be317
2929
https://github.com/micro-ROS/rcutils 1176652124c12b23cb58f052077901d2c24dbf39
3030
https://github.com/micro-ROS/rosidl_typesupport.git d569fcc82aca391470a43dd5fc388f9f3a4d477d

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>
@@ -157,4 +162,8 @@ rclc_lifecycle_node_fini(
157162
rclc_lifecycle_node_t * node,
158163
rcl_allocator_t * allocator);
159164

165+
#if __cplusplus
166+
}
167+
#endif
168+
160169
#endif // RCLC_LIFECYCLE__RCLC_LIFECYCLE_H_

0 commit comments

Comments
 (0)