#include <backend_nodelet.hpp>

Public Member Functions | |
| BackendNodelet () | |
| virtual | ~BackendNodelet () |
Public Member Functions inherited from nodelet::Nodelet | |
| void | 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) |
| Nodelet () | |
| virtual | ~Nodelet () |
Protected Member Functions | |
| virtual void | onInit () |
| void | onJoyRecieved (const sensor_msgs::JoyConstPtr &joy) |
Protected Member Functions inherited from nodelet::Nodelet | |
| ros::CallbackQueueInterface & | getMTCallbackQueue () const |
| ros::NodeHandle & | getMTNodeHandle () const |
| ros::NodeHandle & | getMTPrivateNodeHandle () const |
| const V_string & | getMyArgv () const |
| const std::string & | getName () const |
| ros::NodeHandle & | getNodeHandle () const |
| ros::NodeHandle & | getPrivateNodeHandle () const |
| const M_string & | getRemappingArgs () const |
| ros::CallbackQueueInterface & | getSTCallbackQueue () const |
| std::string | getSuffixedName (const std::string &suffix) const |
Protected Attributes | |
| BackendControllerPtr | controller_ |
| ros::Subscriber | joy_sub_ |
| radial_menu_model::ModelPtr | model_ |
| ros::Publisher | state_pub_ |
Definition at line 17 of file backend_nodelet.hpp.
|
inline |
Definition at line 19 of file backend_nodelet.hpp.
|
inlinevirtual |
Definition at line 21 of file backend_nodelet.hpp.
|
inlineprotectedvirtual |
Implements nodelet::Nodelet.
Definition at line 24 of file backend_nodelet.hpp.
|
inlineprotected |
Definition at line 42 of file backend_nodelet.hpp.
|
protected |
Definition at line 50 of file backend_nodelet.hpp.
|
protected |
Definition at line 52 of file backend_nodelet.hpp.
|
protected |
Definition at line 49 of file backend_nodelet.hpp.
|
protected |
Definition at line 53 of file backend_nodelet.hpp.