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_expired |
| 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 73 of file timer_manager.h.
| boost::function<void(const E&)> ros::TimerManager< T, D, E >::TimerInfo::callback |
Definition at line 78 of file timer_manager.h.
| CallbackQueueInterface* ros::TimerManager< T, D, E >::TimerInfo::callback_queue |
Definition at line 79 of file timer_manager.h.
| int32_t ros::TimerManager< T, D, E >::TimerInfo::handle |
Definition at line 75 of file timer_manager.h.
| bool ros::TimerManager< T, D, E >::TimerInfo::has_tracked_object |
Definition at line 92 of file timer_manager.h.
| WallDuration ros::TimerManager< T, D, E >::TimerInfo::last_cb_duration |
Definition at line 81 of file timer_manager.h.
| T ros::TimerManager< T, D, E >::TimerInfo::last_expected |
Definition at line 83 of file timer_manager.h.
| T ros::TimerManager< T, D, E >::TimerInfo::last_expired |
Definition at line 87 of file timer_manager.h.
| T ros::TimerManager< T, D, E >::TimerInfo::last_real |
Definition at line 86 of file timer_manager.h.
| T ros::TimerManager< T, D, E >::TimerInfo::next_expected |
Definition at line 84 of file timer_manager.h.
| bool ros::TimerManager< T, D, E >::TimerInfo::oneshot |
Definition at line 98 of file timer_manager.h.
| D ros::TimerManager< T, D, E >::TimerInfo::period |
Definition at line 76 of file timer_manager.h.
| bool ros::TimerManager< T, D, E >::TimerInfo::removed |
Definition at line 89 of file timer_manager.h.
| uint32_t ros::TimerManager< T, D, E >::TimerInfo::total_calls |
Definition at line 101 of file timer_manager.h.
| VoidConstWPtr ros::TimerManager< T, D, E >::TimerInfo::tracked_object |
Definition at line 91 of file timer_manager.h.
| uint32_t ros::TimerManager< T, D, E >::TimerInfo::waiting_callbacks |
Definition at line 96 of file timer_manager.h.
| boost::mutex ros::TimerManager< T, D, E >::TimerInfo::waiting_mutex |
Definition at line 95 of file timer_manager.h.