Skip to content

Commit 31dd5bf

Browse files
micro-ROS humble Library auto-update 08-03-2023 06:19 (#1334)
Co-authored-by: pablogs9 <[email protected]>
1 parent 14367ef commit 31dd5bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://github.com/ament/ament_package.git f8ea958fd02cff6f4192425e28566369c92b5
66
https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
77
https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f92b0ef89
88
https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f04
9-
https://github.com/eProsima/Micro-XRCE-DDS-Client.git fe83fd082e82ab1aeed75829e04c10207df74576
9+
https://github.com/eProsima/Micro-XRCE-DDS-Client.git c28bf96f6e93ad1e01b8f0d74ea255e6bd8b07d2
1010
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
1111
https://github.com/micro-ROS/micro_ros_utilities 008b94ab857c72a4e79239cb1d5b80e80ed268bc
1212
https://github.com/micro-ROS/rcl 9d9e1f65fdc9778bd1d8ec6d77a5441b91965677

src/uxr/client/core/session/session.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ typedef void (* uxrOnRequestFunc) (
122122
* @param reply_id Identifier of the reply.
123123
* @param ub Serialized request data.
124124
* @param length Length of the serialized data.
125-
* @param args User pointer data.
125+
* @param args User pointer data.
126126
*/
127127
typedef void (* uxrOnReplyFunc) (
128128
struct uxrSession* session,
@@ -136,6 +136,7 @@ typedef void (* uxrOnReplyFunc) (
136136
/**
137137
* @brief Function signature used for flush_callback callbacks.
138138
* @param session Session structure related to the buffer to be flushed.
139+
* @param args Flush callback args pointer.
139140
*/
140141
typedef bool (* uxrOnBuffersFull) (
141142
struct uxrSession* session,

0 commit comments

Comments
 (0)