Macros
class_list_macros.h File Reference
#include <boost/make_shared.hpp>
#include <pluginlib/class_list_macros.h>
Include dependency graph for class_list_macros.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SWRI_NODELET_EXPORT_CLASS(NS, CLASS)
 

Macro Definition Documentation

◆ SWRI_NODELET_EXPORT_CLASS

#define SWRI_NODELET_EXPORT_CLASS (   NS,
  CLASS 
)
Value:
namespace NS\
{\
boost::shared_ptr<nodelet::Nodelet> create ## CLASS()\
{\
return boost::make_shared<CLASS>();\
}\
}

Definition at line 47 of file class_list_macros.h.

PLUGINLIB_EXPORT_CLASS
#define PLUGINLIB_EXPORT_CLASS(class_type, base_class_type)
nodelet::Nodelet


swri_nodelet
Author(s): P. J. Reed
autogenerated on Thu Jun 6 2024 02:33:06