#include <timeoutedtaskscheduler.h>
Public Member Functions | |
| TimeoutedTaskScheduler (unsigned int maxDelayTimeMS) | |
| -*- Mode: c++ -*- TimeoutedTaskScheduler Copyright (c) 2006 by Mike Mironov Distributed as part of MythTV under GPL v2 and later. | |
| virtual void | doEventLoop (char *watchVariable) |
Private Attributes | |
| unsigned int | _maxDelayTimeUS |
Definition at line 14 of file timeoutedtaskscheduler.h.
| TimeoutedTaskScheduler::TimeoutedTaskScheduler | ( | unsigned int | maxDelayTimeMS | ) |
-*- Mode: c++ -*- TimeoutedTaskScheduler Copyright (c) 2006 by Mike Mironov Distributed as part of MythTV under GPL v2 and later.
Definition at line 10 of file timeoutedtaskscheduler.cpp.
| void TimeoutedTaskScheduler::doEventLoop | ( | char * | watchVariable | ) | [virtual] |
Definition at line 15 of file timeoutedtaskscheduler.cpp.
unsigned int TimeoutedTaskScheduler::_maxDelayTimeUS [private] |
Definition at line 23 of file timeoutedtaskscheduler.h.
Referenced by doEventLoop().
1.6.3