#include <yat/utility/Scheduler.h>
|
| Job (unsigned int prio=0) |
| constructor
|
|
virtual | ~Job (void) |
| destructor
|
|
unsigned int | priority (void) const |
|
virtual void | operator() (void)=0 |
|
Base class that defines the interface for a Job
virtual void theplu::yat::utility::Scheduler::Job::operator() |
( |
void |
| ) |
|
|
pure virtual |
This function defines the work done in thread.
unsigned int theplu::yat::utility::Scheduler::Job::priority |
( |
void |
| ) |
const |
Jobs with greater priority are run before Jobs with less priority.
The documentation for this class was generated from the following file: