#include <signal.h>#include <uuid/uuid.h>#include <ros/ros.h>#include <bondcpp/bond.h>#include "nodelet/loader.h"#include "nodelet/NodeletList.h"#include "nodelet/NodeletLoad.h"#include "nodelet/NodeletUnload.h"
Go to the source code of this file.
Classes | |
| class | NodeletArgumentParsing |
| class | NodeletInterface |
Functions | |
| std::string | genId () |
| int | main (int argc, char **argv) |
| void | nodeletLoaderSigIntHandler (int sig) |
| void | print_usage (int argc, char **argv) |
Variables | |
| sig_atomic_t volatile | request_shutdown = 0 |
| std::string genId | ( | ) |
Definition at line 55 of file nodelet.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 243 of file nodelet.cpp.
| void nodeletLoaderSigIntHandler | ( | int | sig | ) |
Definition at line 236 of file nodelet.cpp.
| void print_usage | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 220 of file nodelet.cpp.
| sig_atomic_t volatile request_shutdown = 0 |
Definition at line 233 of file nodelet.cpp.