Defines
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.

Defines

#define SWRI_NODELET_EXPORT_CLASS(NS, CLASS)

Define Documentation

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

Definition at line 47 of file class_list_macros.h.



swri_nodelet
Author(s):
autogenerated on Thu Jun 6 2019 20:34:44