#include <mux_nodelet.h>
Public Types | |
typedef ros::MessageEvent< topic_tools::ShapeShifter > | ShapeShifterEvent |
Public Member Functions | |
virtual bool | addTopicCallback (topic_tools::MuxAdd::Request &req, topic_tools::MuxAdd::Response &res) |
virtual bool | deleteTopicCallback (topic_tools::MuxDelete::Request &req, topic_tools::MuxDelete::Response &res) |
virtual void | inputCallback (const boost::shared_ptr< topic_tools::ShapeShifter const > &msg) |
virtual bool | listTopicCallback (topic_tools::MuxList::Request &req, topic_tools::MuxList::Response &res) |
virtual void | onInit () |
virtual bool | selectTopicCallback (topic_tools::MuxSelect::Request &req, topic_tools::MuxSelect::Response &res) |
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 | connectCb (const ros::SingleSubscriberPublisher &pub) |
virtual void | subscribeSelectedTopic () |
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 | |
bool | advertised_ |
ros::NodeHandle | pnh_ |
ros::Publisher | pub_ |
ros::Publisher | pub_selected_ |
std::string | selected_topic_ |
ros::ServiceServer | ss_add_ |
ros::ServiceServer | ss_del_ |
ros::ServiceServer | ss_list_ |
ros::ServiceServer | ss_select_ |
boost::shared_ptr< ros::Subscriber > | sub_ |
bool | subscribing_ |
ros::TransportHints | th_ |
std::vector< std::string > | topics_ |
Definition at line 48 of file mux_nodelet.h.
Definition at line 51 of file mux_nodelet.h.
|
virtual |
Definition at line 119 of file mux_nodelet.cpp.
|
protectedvirtual |
Definition at line 68 of file mux_nodelet.cpp.
|
virtual |
Definition at line 144 of file mux_nodelet.cpp.
|
virtual |
Definition at line 193 of file mux_nodelet.cpp.
|
virtual |
Definition at line 164 of file mux_nodelet.cpp.
|
virtual |
Implements nodelet::Nodelet.
Definition at line 44 of file mux_nodelet.cpp.
|
virtual |
Definition at line 93 of file mux_nodelet.cpp.
|
protectedvirtual |
Definition at line 173 of file mux_nodelet.cpp.
|
protected |
Definition at line 65 of file mux_nodelet.h.
|
protected |
Definition at line 72 of file mux_nodelet.h.
|
protected |
Definition at line 71 of file mux_nodelet.h.
|
protected |
Definition at line 70 of file mux_nodelet.h.
|
protected |
Definition at line 68 of file mux_nodelet.h.
|
protected |
Definition at line 74 of file mux_nodelet.h.
|
protected |
Definition at line 74 of file mux_nodelet.h.
|
protected |
Definition at line 74 of file mux_nodelet.h.
|
protected |
Definition at line 74 of file mux_nodelet.h.
|
protected |
Definition at line 69 of file mux_nodelet.h.
|
protected |
Definition at line 66 of file mux_nodelet.h.
|
protected |
Definition at line 73 of file mux_nodelet.h.
|
protected |
Definition at line 67 of file mux_nodelet.h.