Public Attributes | |
boost::function< void(const E &)> | callback |
CallbackQueueInterface * | callback_queue |
int32_t | handle |
bool | has_tracked_object |
WallDuration | last_cb_duration |
T | last_expected |
T | last_real |
T | next_expected |
bool | oneshot |
D | period |
bool | removed |
uint32_t | total_calls |
VoidConstWPtr | tracked_object |
uint32_t | waiting_callbacks |
boost::mutex | waiting_mutex |
Definition at line 53 of file timer_manager.h.
boost::function<void(const E&)> ros::TimerManager< T, D, E >::TimerInfo::callback |
Definition at line 58 of file timer_manager.h.
CallbackQueueInterface* ros::TimerManager< T, D, E >::TimerInfo::callback_queue |
Definition at line 59 of file timer_manager.h.
int32_t ros::TimerManager< T, D, E >::TimerInfo::handle |
Definition at line 55 of file timer_manager.h.
bool ros::TimerManager< T, D, E >::TimerInfo::has_tracked_object |
Definition at line 71 of file timer_manager.h.
WallDuration ros::TimerManager< T, D, E >::TimerInfo::last_cb_duration |
Definition at line 61 of file timer_manager.h.
T ros::TimerManager< T, D, E >::TimerInfo::last_expected |
Definition at line 63 of file timer_manager.h.
T ros::TimerManager< T, D, E >::TimerInfo::last_real |
Definition at line 66 of file timer_manager.h.
T ros::TimerManager< T, D, E >::TimerInfo::next_expected |
Definition at line 64 of file timer_manager.h.
bool ros::TimerManager< T, D, E >::TimerInfo::oneshot |
Definition at line 77 of file timer_manager.h.
D ros::TimerManager< T, D, E >::TimerInfo::period |
Definition at line 56 of file timer_manager.h.
bool ros::TimerManager< T, D, E >::TimerInfo::removed |
Definition at line 68 of file timer_manager.h.
uint32_t ros::TimerManager< T, D, E >::TimerInfo::total_calls |
Definition at line 80 of file timer_manager.h.
VoidConstWPtr ros::TimerManager< T, D, E >::TimerInfo::tracked_object |
Definition at line 70 of file timer_manager.h.
uint32_t ros::TimerManager< T, D, E >::TimerInfo::waiting_callbacks |
Definition at line 75 of file timer_manager.h.
boost::mutex ros::TimerManager< T, D, E >::TimerInfo::waiting_mutex |
Definition at line 74 of file timer_manager.h.