Public Member Functions | |
SweeperTask () | |
void | task () |
Private Attributes | |
int | counter |
Definition at line 267 of file sweeper.cpp.
SweeperTask::SweeperTask | ( | ) | [inline] |
void SweeperTask::task | ( | ) | [inline, virtual] |
Implements PeriodicTask.
Definition at line 275 of file sweeper.cpp.
References DeltaProcess::active(), Sweeper::clear_active_frame(), counter, DeltaProcess::is_idle(), last_Delta_fp, processSemaphore, Sweeper::register_active_frame(), and Sweeper::step_all().
Here is the call graph for this function:
int SweeperTask::counter [private] |
Reimplemented from PeriodicTask.
Definition at line 269 of file sweeper.cpp.
Referenced by SweeperTask(), and task().