#include <stealth_relay.h>
Protected Member Functions | |
virtual void | configCallback (Config &config, uint32_t level) |
virtual int | getNumOtherSubscribers (const std::string &name) |
virtual void | inputCallback (const ros::MessageEvent< topic_tools::ShapeShifter > &event) |
virtual void | inputCallback (const AnyMsgConstPtr &msg) |
virtual bool | isSubscribed () |
virtual void | onInit () |
virtual void | subscribe () |
virtual void | timerCallback (const ros::TimerEvent &event) |
virtual void | unsubscribe () |
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_ |
bool | enable_monitor_ |
double | monitor_rate_ |
std::string | monitor_topic_ |
boost::mutex | mutex_ |
boost::shared_ptr< ros::NodeHandle > | nh_ |
boost::shared_ptr< ros::NodeHandle > | pnh_ |
ros::Timer | poll_timer_ |
ros::Publisher | pub_ |
int | queue_size_ |
boost::shared_ptr< dynamic_reconfigure::Server< Config > > | srv_ |
ros::Subscriber | sub_ |
bool | subscribed_ |
Private Types | |
typedef boost::shared_ptr< topic_tools::ShapeShifter const > | AnyMsgConstPtr |
typedef StealthRelayConfig | Config |
Additional Inherited Members | |
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 () |
Definition at line 54 of file stealth_relay.h.
|
private |
Definition at line 56 of file stealth_relay.h.
|
private |
Definition at line 57 of file stealth_relay.h.
|
protectedvirtual |
Definition at line 100 of file stealth_relay_nodelet.cpp.
|
protectedvirtual |
Definition at line 173 of file stealth_relay_nodelet.cpp.
|
protectedvirtual |
Definition at line 133 of file stealth_relay_nodelet.cpp.
|
protectedvirtual |
Definition at line 139 of file stealth_relay_nodelet.cpp.
|
protectedvirtual |
Definition at line 95 of file stealth_relay_nodelet.cpp.
|
protectedvirtual |
Implements nodelet::Nodelet.
Definition at line 45 of file stealth_relay_nodelet.cpp.
|
protectedvirtual |
Definition at line 80 of file stealth_relay_nodelet.cpp.
|
protectedvirtual |
Definition at line 155 of file stealth_relay_nodelet.cpp.
|
protectedvirtual |
Definition at line 88 of file stealth_relay_nodelet.cpp.
|
protected |
Definition at line 80 of file stealth_relay.h.
|
protected |
Definition at line 78 of file stealth_relay.h.
|
protected |
Definition at line 76 of file stealth_relay.h.
|
protected |
Definition at line 75 of file stealth_relay.h.
|
protected |
Definition at line 69 of file stealth_relay.h.
|
protected |
Definition at line 70 of file stealth_relay.h.
|
protected |
Definition at line 70 of file stealth_relay.h.
|
protected |
Definition at line 74 of file stealth_relay.h.
|
protected |
Definition at line 72 of file stealth_relay.h.
|
protected |
Definition at line 77 of file stealth_relay.h.
|
protected |
Definition at line 71 of file stealth_relay.h.
|
protected |
Definition at line 73 of file stealth_relay.h.
|
protected |
Definition at line 79 of file stealth_relay.h.