We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176d479 commit f04d13cCopy full SHA for f04d13c
rclcpp/include/rclcpp/executors/timers_manager.hpp
@@ -74,8 +74,9 @@ class TimersManager
74
~TimersManager();
75
76
/**
77
- * @brief Adds a new TimerBase to the storage.
78
- * This object will keep ownership of the timer.
+ * @brief Adds a new TimerBase::WeakPtr to the storage.
+ * This object will store a weak pointer of the added timer
79
+ * in a heap data structure.
80
* @param timer the timer to be added
81
*/
82
void add_timer(rclcpp::TimerBase::SharedPtr timer);
0 commit comments