35 #ifndef ACTIONLIB__ONE_SHOT_TIMER_H_ 36 #define ACTIONLIB__ONE_SHOT_TIMER_H_ 39 #include "boost/bind.hpp" 61 boost::function<void(const ros::TimerEvent & e)>
getCb()
87 boost::function<void(const ros::TimerEvent & e)>
callback_;
91 #endif // ACTIONLIB__ONE_SHOT_TIMER_H_
boost::function< void(const ros::TimerEvent &e)> getCb()
void cb(const ros::TimerEvent &e)
const ros::Timer & operator=(const ros::Timer &rhs)
boost::function< void(const ros::TimerEvent &e)> callback_
Horrible hack until ROS Supports this (ROS Trac #1387)
#define ROS_ERROR_NAMED(name,...)
void registerOneShotCb(boost::function< void(const ros::TimerEvent &e)> callback)