Skip to content

Commit 8ed3ad1

Browse files
micro-ROS foxy Library auto-update 31-05-2021 07:28 (#298)
Co-authored-by: pablogs9 <[email protected]>
1 parent b35620d commit 8ed3ad1

File tree

17 files changed

+65
-65
lines changed

17 files changed

+65
-65
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://github.com/ros2/common_interfaces.git 0377ea7b95d98457284d0fbfc01bc53f16
2020
https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing d11b87737245b8456bbada44dfa7b1d670b1c4d0
2121
https://github.com/micro-ROS/rcutils 0fd0c442dfa343dcfd0cb3674012039bed0c9389
2222
https://github.com/ros2/rclc aec6e900cdb12765db71bd4cc990c7de37e2cab2
23-
https://github.com/micro-ROS/rmw-microxrcedds.git ff4c4c4dc14412e87086b8c3479c6ec3041e457b
23+
https://github.com/micro-ROS/rmw-microxrcedds.git 8b8b7bb13ce8c18d768a578dc8e37d94fdf293cf
2424
https://github.com/micro-ROS/rosidl_typesupport.git 5d974dbee4cd6988ce33923246eb404db327fad8
2525
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git acb2fb6f7b5bde21b47fd7e8c03d84f20b302887
2626
https://github.com/micro-ROS/micro_ros_msgs.git 9a3968d4694f516ded8bdbfe23e2a487477bb8b4

src/cortex-m0plus/libmicroros.a

100 Bytes
Binary file not shown.

src/cortex-m3/libmicroros.a

204 Bytes
Binary file not shown.
-56 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.
232 Bytes
Binary file not shown.

src/mk20dx256/libmicroros.a

212 Bytes
Binary file not shown.
212 Bytes
Binary file not shown.

src/rmw_microros/continous_serialization.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
#if defined(__cplusplus)
2929
extern "C"
3030
{
31-
#endif // if defined(__cplusplus)
31+
#endif // if defined(__cplusplus)
3232

3333
typedef void (* rmw_uros_continous_serialization_size)(
34-
uint32_t* topic_length);
34+
uint32_t * topic_length);
3535
typedef void (* rmw_uros_continous_serialization)(
36-
ucdrBuffer* ucdr);
36+
ucdrBuffer * ucdr);
3737

3838
/** \addtogroup rmw micro-ROS RMW API
3939
* @{
@@ -47,14 +47,14 @@ typedef void (* rmw_uros_continous_serialization)(
4747
* \param[in] serialization_cb callback that should serialize the user part of the message
4848
*/
4949
void rmw_uros_set_continous_serialization_callbacks(
50-
rmw_publisher_t* publisher,
51-
rmw_uros_continous_serialization_size size_cb,
52-
rmw_uros_continous_serialization serialization_cb);
50+
rmw_publisher_t * publisher,
51+
rmw_uros_continous_serialization_size size_cb,
52+
rmw_uros_continous_serialization serialization_cb);
5353

5454
/** @}*/
5555

5656
#if defined(__cplusplus)
5757
}
58-
#endif // if defined(__cplusplus)
58+
#endif // if defined(__cplusplus)
5959

6060
#endif // RMW_MICROROS__CONTINOUS_SERIALIZATION_H_

src/rmw_microros/custom_transport.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* @file
1717
*/
1818

19-
#ifndef RMW_MICROROS__CUSTOM_TRANSPORTS_H_
20-
#define RMW_MICROROS__CUSTOM_TRANSPORTS_H_
19+
#ifndef RMW_MICROROS__CUSTOM_TRANSPORT_H_
20+
#define RMW_MICROROS__CUSTOM_TRANSPORT_H_
2121

2222
#include <rmw/rmw.h>
2323
#include <rmw/ret_types.h>
@@ -30,7 +30,7 @@
3030
#if defined(__cplusplus)
3131
extern "C"
3232
{
33-
#endif // if defined(__cplusplus)
33+
#endif // if defined(__cplusplus)
3434

3535
/** \addtogroup rmw micro-ROS RMW API
3636
* @{
@@ -49,17 +49,17 @@ extern "C"
4949
* \return RMW_RET_ERROR If invalid.
5050
*/
5151
rmw_ret_t rmw_uros_set_custom_transport(
52-
bool framing,
53-
void* args,
54-
open_custom_func open_cb,
55-
close_custom_func close_cb,
56-
write_custom_func write_cb,
57-
read_custom_func read_cb);
52+
bool framing,
53+
void * args,
54+
open_custom_func open_cb,
55+
close_custom_func close_cb,
56+
write_custom_func write_cb,
57+
read_custom_func read_cb);
5858

5959
/** @}*/
6060

6161
#if defined(__cplusplus)
6262
}
63-
#endif // if defined(__cplusplus)
63+
#endif // if defined(__cplusplus)
6464

65-
#endif // RMW_MICROROS__CUSTOM_TRANSPORTS_H_
65+
#endif // RMW_MICROROS__CUSTOM_TRANSPORT_H_

0 commit comments

Comments
 (0)