File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/uxr/client/core/session Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ https://github.com/ament/ament_package.git f8ea958fd02cff6f4192425e28566369c92b5
6
6
https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
7
7
https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f92b0ef89
8
8
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
10
10
https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
11
11
https://github.com/micro-ROS/micro_ros_utilities 008b94ab857c72a4e79239cb1d5b80e80ed268bc
12
12
https://github.com/micro-ROS/rcl 9d9e1f65fdc9778bd1d8ec6d77a5441b91965677
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ typedef void (* uxrOnRequestFunc) (
122
122
* @param reply_id Identifier of the reply.
123
123
* @param ub Serialized request data.
124
124
* @param length Length of the serialized data.
125
- * @param args User pointer data.
125
+ * @param args User pointer data.
126
126
*/
127
127
typedef void (* uxrOnReplyFunc ) (
128
128
struct uxrSession * session ,
@@ -136,6 +136,7 @@ typedef void (* uxrOnReplyFunc) (
136
136
/**
137
137
* @brief Function signature used for flush_callback callbacks.
138
138
* @param session Session structure related to the buffer to be flushed.
139
+ * @param args Flush callback args pointer.
139
140
*/
140
141
typedef bool (* uxrOnBuffersFull ) (
141
142
struct uxrSession * session ,
You can’t perform that action at this time.
0 commit comments