Implementation of the NodeServices part of the Node API.  
 More...
#include <node_services.hpp>
Implementation of the NodeServices part of the Node API. 
 
◆ NodeServices()
◆ ~NodeServices()
  
  
      
        
          | virtual rclcpp::node_interfaces::NodeServices::~NodeServices  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ add_client()
  
  
      
        
          | virtual void rclcpp::node_interfaces::NodeServices::add_client  | 
          ( | 
          rclcpp::ClientBase::SharedPtr  | 
          client_base_ptr,  | 
         
        
           | 
           | 
          rclcpp::callback_group::CallbackGroup::SharedPtr  | 
          group  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
◆ add_service()
  
  
      
        
          | virtual void rclcpp::node_interfaces::NodeServices::add_service  | 
          ( | 
          rclcpp::ServiceBase::SharedPtr  | 
          service_base_ptr,  | 
         
        
           | 
           | 
          rclcpp::callback_group::CallbackGroup::SharedPtr  | 
          group  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
The documentation for this class was generated from the following file: