rclcpp
master
C++ ROS Client Library API
|
#include <chrono>
#include <functional>
#include <memory>
#include <sstream>
#include <thread>
#include <type_traits>
#include <utility>
#include "rclcpp/clock.hpp"
#include "rclcpp/context.hpp"
#include "rclcpp/function_traits.hpp"
#include "rclcpp/macros.hpp"
#include "rclcpp/rate.hpp"
#include "rclcpp/utilities.hpp"
#include "rclcpp/visibility_control.hpp"
#include "tracetools/tracetools.h"
#include "tracetools/utils.hpp"
#include "rcl/error_handling.h"
#include "rcl/timer.h"
#include "rmw/error_handling.h"
#include "rmw/rmw.h"
Go to the source code of this file.
Classes | |
class | rclcpp::TimerBase |
class | rclcpp::GenericTimer< FunctorT, std::enable_if< rclcpp::function_traits::same_arguments< FunctorT, VoidCallbackType >::value||rclcpp::function_traits::same_arguments< FunctorT, TimerCallbackType >::value >::type * > |
Generic timer. Periodically executes a user-specified callback. More... | |
class | rclcpp::WallTimer< FunctorT, > |
Namespaces | |
rclcpp | |
This header provides the get_node_base_interface() template function. | |
Typedefs | |
using | rclcpp::VoidCallbackType = std::function< void()> |
using | rclcpp::TimerCallbackType = std::function< void(TimerBase &)> |