@@ -3223,7 +3223,7 @@ rmw_set_log_severity(rmw_log_severity_t severity);
32233223 * \param[in] user_data Given to the callback when called later, may be NULL
32243224 * \return `RMW_RET_OK` if successful, or
32253225 * \return `RMW_RET_INVALID_ARGUMENT` if `subscription` is NULL, or
3226- * \return `RMW_RET_UNSUPPORTED` if the API is not implemented in the dds implementation
3226+ * \return `RMW_RET_UNSUPPORTED` if the API is not supported by the middleware
32273227 */
32283228RMW_PUBLIC
32293229RMW_WARN_UNUSED
@@ -3258,7 +3258,7 @@ rmw_subscription_set_on_new_message_callback(
32583258 * \param[in] user_data Given to the callback when called later, may be NULL
32593259 * \return `RMW_RET_OK` if callback was set to the listener, or
32603260 * \return `RMW_RET_INVALID_ARGUMENT` if `service` is NULL, or
3261- * \return `RMW_RET_UNSUPPORTED` if the API is not implemented in the dds implementation
3261+ * \return `RMW_RET_UNSUPPORTED` if the API is not supported by the middleware
32623262 */
32633263RMW_PUBLIC
32643264RMW_WARN_UNUSED
@@ -3293,7 +3293,7 @@ rmw_service_set_on_new_request_callback(
32933293 * \param[in] user_data Given to the callback when called later, may be NULL
32943294 * \return `RMW_RET_OK` if callback was set to the listener, or
32953295 * \return `RMW_RET_INVALID_ARGUMENT` if `client` is NULL, or
3296- * \return `RMW_RET_UNSUPPORTED` if the API is not implemented in the dds implementation
3296+ * \return `RMW_RET_UNSUPPORTED` if the API is not supported by the middleware
32973297 */
32983298RMW_PUBLIC
32993299RMW_WARN_UNUSED
@@ -3332,7 +3332,7 @@ rmw_client_set_on_new_response_callback(
33323332 * \param[in] user_data Given to the callback when called later, may be NULL
33333333 * \return `RMW_RET_OK` if callback was set to the listener, or
33343334 * \return `RMW_RET_INVALID_ARGUMENT` if `event` is NULL, or
3335- * \return `RMW_RET_UNSUPPORTED` if the API is not implemented in the dds implementation
3335+ * \return `RMW_RET_UNSUPPORTED` if the API is not supported by the middleware
33363336 */
33373337RMW_PUBLIC
33383338RMW_WARN_UNUSED
0 commit comments