#include <Clock.h>
Public Member Functions | |
long | schedule (ACE_Event_Handler *handler, const void *act, const ACE_Time_Value &future_time, const ACE_Time_Value &interval=ACE_Time_Value::zero) |
int | cancel (long timer_id, const void **act=0) |
void | stop (void) |
Private Member Functions | |
ActiveTimerPointer () | |
~ActiveTimerPointer () | |
Private Attributes | |
ActiveTimer * | actimer |
Friends | |
class | ACE_Singleton< ActiveTimerPointer, ACE_Recursive_Thread_Mutex > |
Definition at line 48 of file Clock.h.
|
Definition at line 76 of file Clock.h. References actimer. |
|
Definition at line 77 of file Clock.h. References actimer, and channel::ActiveTimer::wait_timer_thr_exit(). |
|
Definition at line 60 of file Clock.h. References actimer. |
|
Definition at line 53 of file Clock.h. References actimer. |
|
Definition at line 64 of file Clock.h. References actimer, and channel::ActiveTimer::wait_timer_thr_exit(). |
|
|
|
Definition at line 88 of file Clock.h. Referenced by ActiveTimerPointer(), cancel(), schedule(), stop(), and ~ActiveTimerPointer(). |