rclcpp
master
C++ ROS Client Library API
|
Classes | |
class | GenericTimer |
Generic timer templated on the clock type. Periodically executes a user-specified callback. More... | |
class | TimerBase |
Typedefs | |
using | VoidCallbackType = std::function< void()> |
using | TimerCallbackType = std::function< void(TimerBase &)> |
template<typename CallbackType > | |
using | WallTimer = GenericTimer< CallbackType, std::chrono::steady_clock > |
using rclcpp::timer::VoidCallbackType = typedef std::function<void()> |
using rclcpp::timer::TimerCallbackType = typedef std::function<void(TimerBase &)> |
using rclcpp::timer::WallTimer = typedef GenericTimer<CallbackType, std::chrono::steady_clock> |