#include <timeoutedtaskscheduler.h>
Definition at line 14 of file 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 |
| 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] |
1.5.5