ROS 2 rclcpp + rcl - jazzy
jazzy
ROS 2 C++ Client Library with ROS Client Library
|
Pure virtual interface class for the NodeLogging part of the Node API. More...
#include <rclcpp/node_interfaces/node_logging_interface.hpp>
Public Member Functions | |
virtual RCLCPP_PUBLIC rclcpp::Logger | get_logger () const =0 |
Return the logger of the node. More... | |
virtual RCLCPP_PUBLIC const char * | get_logger_name () const =0 |
Return the logger name associated with the node. More... | |
virtual RCLCPP_PUBLIC void | create_logger_services (node_interfaces::NodeServicesInterface::SharedPtr node_services)=0 |
create logger services | |
Pure virtual interface class for the NodeLogging part of the Node API.
Definition at line 32 of file node_logging_interface.hpp.
|
pure virtual |
Return the logger of the node.
Implemented in rclcpp::node_interfaces::NodeLogging.
|
pure virtual |
Return the logger name associated with the node.
Implemented in rclcpp::node_interfaces::NodeLogging.