rclcpp  master
C++ ROS Client Library API
Classes | Namespaces | Typedefs
rate.hpp File Reference
#include <chrono>
#include <memory>
#include <thread>
#include "rclcpp/macros.hpp"
#include "rclcpp/utilities.hpp"
#include "rclcpp/visibility_control.hpp"
Include dependency graph for rate.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rclcpp::RateBase
 
class  rclcpp::GenericRate< Clock >
 

Namespaces

 rclcpp
 This header provides the get_node_base_interface() template function.
 

Typedefs

using rclcpp::Rate = GenericRate< std::chrono::system_clock >
 
using rclcpp::WallRate = GenericRate< std::chrono::steady_clock >