#include <hz_measure_nodelet.h>
Public Types | |
typedef ros::MessageEvent< topic_tools::ShapeShifter > | ShapeShifterEvent |
Public Member Functions | |
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 Member Functions | |
virtual void | inputCallback (const boost::shared_ptr< topic_tools::ShapeShifter const > &msg) |
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 | |
int | average_message_num_ |
std::queue< ros::Time > | buffer_ |
ros::Publisher | hz_pub_ |
ros::NodeHandle | pnh_ |
ros::Subscriber | sub_ |
Definition at line 46 of file hz_measure_nodelet.h.
Definition at line 49 of file hz_measure_nodelet.h.
|
protectedvirtual |
Definition at line 53 of file hz_measure_nodelet.cpp.
|
virtual |
Implements nodelet::Nodelet.
Definition at line 42 of file hz_measure_nodelet.cpp.
|
protected |
Definition at line 52 of file hz_measure_nodelet.h.
|
protected |
Definition at line 53 of file hz_measure_nodelet.h.
|
protected |
Definition at line 54 of file hz_measure_nodelet.h.
|
protected |
Definition at line 56 of file hz_measure_nodelet.h.
|
protected |
Definition at line 55 of file hz_measure_nodelet.h.