#include <boost/make_shared.hpp>
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
#define SWRI_NODELET_EXPORT_CLASS |
( |
|
NS, |
|
|
|
CLASS |
|
) |
| |
Value:namespace NS\
{\
boost::shared_ptr<nodelet::Nodelet> create ## CLASS()\
{\
return boost::make_shared<CLASS>();\
}\
}
#define PLUGINLIB_EXPORT_CLASS(class_type, base_class_type)
Definition at line 47 of file class_list_macros.h.