
Public Member Functions | |
| CallResult | call () |
| Call this callback. More... | |
| TimerQueueCallback (TimerManager< T, D, E > *parent, const TimerInfoPtr &info, T last_expected, T last_real, T current_expected) | |
| ~TimerQueueCallback () | |
Public Member Functions inherited from ros::CallbackInterface | |
| virtual bool | ready () |
| Provides the opportunity for specifying that a callback is not ready to be called before call() actually takes place. More... | |
| virtual | ~CallbackInterface () |
Private Attributes | |
| bool | called_ |
| T | current_expected_ |
| TimerInfoWPtr | info_ |
| T | last_expected_ |
| T | last_real_ |
| TimerManager< T, D, E > * | parent_ |
Additional Inherited Members | |
Public Types inherited from ros::CallbackInterface | |
| enum | CallResult { Success, TryAgain, Invalid } |
| Possible results for the call() method. More... | |
Definition at line 143 of file timer_manager.h.
|
inline |
Definition at line 146 of file timer_manager.h.
|
inline |
Definition at line 158 of file timer_manager.h.
|
inlinevirtual |
Call this callback.
Implements ros::CallbackInterface.
Definition at line 168 of file timer_manager.h.
|
private |
Definition at line 217 of file timer_manager.h.
|
private |
Definition at line 215 of file timer_manager.h.
|
private |
Definition at line 212 of file timer_manager.h.
|
private |
Definition at line 213 of file timer_manager.h.
|
private |
Definition at line 214 of file timer_manager.h.
|
private |
Definition at line 211 of file timer_manager.h.