Skip to content

Commit

Permalink
PR review suggestion 4
Browse files Browse the repository at this point in the history
Co-authored-by: William Woodall <william+github@osrfoundation.org>
  • Loading branch information
nnmm and wjwwood committed Jan 7, 2021
1 parent bfc2b51 commit 21d7237
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rclcpp/include/rclcpp/qos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ class RCLCPP_PUBLIC QoS

/// Conversion constructor to ease construction in the common case of just specifying depth.
/**
* This is a convenience constructor that calls
* QoS(const QoSInitialization&, const rmw_qos_profile_t &) with the first argument set
* to KeepLast(history_depth) and the second argument equal to the default.
* This is a convenience constructor that calls QoS(KeepLast(history_depth)).
*
* \param[in] history_depth How many messages can be queued when publishing
* with a Publisher, or how many messages can be queued before being replaced
Expand Down

0 comments on commit 21d7237

Please sign in to comment.