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
66https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
77https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f92b0ef89
88https://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
1010https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
1111https://github.com/micro-ROS/micro_ros_utilities 008b94ab857c72a4e79239cb1d5b80e80ed268bc
1212https://github.com/micro-ROS/rcl 9d9e1f65fdc9778bd1d8ec6d77a5441b91965677
Original file line number Diff line number Diff 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 */
127127typedef 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 */
140141typedef bool (* uxrOnBuffersFull ) (
141142 struct uxrSession * session ,
You can’t perform that action at this time.
0 commit comments