#include <lightweight_throttle_nodelet.h>
Public Types | |
typedef LightweightThrottleConfig | Config |
Public Member Functions | |
virtual void | configCallback (Config &config, uint32_t level) |
virtual void | connectionCallback (const ros::SingleSubscriberPublisher &pub) |
virtual void | inCallback (const boost::shared_ptr< topic_tools::ShapeShifter const > &msg) |
virtual void | onInit () |
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 Types | |
typedef boost::shared_ptr< ros::Subscriber > | SubscriberPtr |
Protected Attributes | |
bool | advertised_ |
ros::Time | latest_stamp_ |
boost::mutex | mutex_ |
ros::NodeHandle | pnh_ |
ros::Publisher | pub_ |
boost::shared_ptr< dynamic_reconfigure::Server< Config > > | srv_ |
SubscriberPtr | sub_ |
bool | subscribing_ |
ros::TransportHints | th_ |
double | update_rate_ |
Additional Inherited Members | |
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 |
Definition at line 47 of file lightweight_throttle_nodelet.h.
typedef LightweightThrottleConfig jsk_topic_tools::LightweightThrottle::Config |
Definition at line 50 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 57 of file lightweight_throttle_nodelet.h.
|
virtual |
Definition at line 61 of file lightweight_throttle_nodelet.cpp.
|
virtual |
Definition at line 67 of file lightweight_throttle_nodelet.cpp.
|
virtual |
Definition at line 89 of file lightweight_throttle_nodelet.cpp.
|
virtual |
Implements nodelet::Nodelet.
Definition at line 39 of file lightweight_throttle_nodelet.cpp.
|
protected |
Definition at line 63 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 66 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 58 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 67 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 61 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 59 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 60 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 64 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 62 of file lightweight_throttle_nodelet.h.
|
protected |
Definition at line 65 of file lightweight_throttle_nodelet.h.