nodelet::Nodelet Class Reference
#include <nodelet.h>
List of all members.
Detailed Description
Definition at line 125 of file nodelet.h.
Constructor & Destructor Documentation
| nodelet::Nodelet::Nodelet |
( |
|
) |
|
Empty constructor required for dynamic loading.
Definition at line 40 of file nodelet_class.cpp.
| nodelet::Nodelet::~Nodelet |
( |
|
) |
[virtual] |
Member Function Documentation
| ros::CallbackQueueInterface & nodelet::Nodelet::getMTCallbackQueue |
( |
|
) |
const [protected] |
| ros::NodeHandle & nodelet::Nodelet::getMTNodeHandle |
( |
|
) |
const [protected] |
| ros::NodeHandle & nodelet::Nodelet::getMTPrivateNodeHandle |
( |
|
) |
const [protected] |
| const V_string& nodelet::Nodelet::getMyArgv |
( |
|
) |
const [inline, protected] |
| const std::string& nodelet::Nodelet::getName |
( |
|
) |
const [inline, protected] |
| ros::NodeHandle & nodelet::Nodelet::getNodeHandle |
( |
|
) |
const [protected] |
| ros::NodeHandle & nodelet::Nodelet::getPrivateNodeHandle |
( |
|
) |
const [protected] |
| ros::CallbackQueueInterface & nodelet::Nodelet::getSTCallbackQueue |
( |
|
) |
const [protected] |
| void nodelet::Nodelet::init |
( |
const std::string & |
name, |
|
|
const M_string & |
remapping_args, |
|
|
const V_string & |
my_argv, |
|
|
ros::CallbackQueueInterface * |
st_queue = NULL, |
|
|
ros::CallbackQueueInterface * |
mt_queue = NULL | |
|
) |
| | |
Init function called at startup.
- Parameters:
-
| name | The name of the nodelet |
| remapping_args | The remapping args in a map for the nodelet |
| my_argv | The commandline arguments for this nodelet stripped of special arguments such as ROS arguments |
Definition at line 107 of file nodelet_class.cpp.
| virtual void nodelet::Nodelet::onInit |
( |
|
) |
[private, pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: