#include <PeriodicJobThread.h>
◆ tlJobList
◆ tcPeriodicJobThread()
tcPeriodicJobThread::tcPeriodicJobThread |
( |
| ) |
|
◆ ~tcPeriodicJobThread()
tcPeriodicJobThread::~tcPeriodicJobThread |
( |
| ) |
|
◆ addJob()
int tcPeriodicJobThread::addJob |
( |
tcJob * |
apJob | ) |
|
Add a job.
add a job to the list
- Parameters
-
- Returns
- 0 on success, -1 if job already added
◆ printScheduledJobs()
void tcPeriodicJobThread::printScheduledJobs |
( |
| ) |
|
◆ removeJob()
int tcPeriodicJobThread::removeJob |
( |
tcJob * |
apJob | ) |
|
Remove a job.
remove a job from the list
◆ run()
void * tcPeriodicJobThread::run |
( |
| ) |
|
|
virtual |
Subclassers implement the run loop of the thread in this method.
- Returns
- the return value when the Thread exits.
Thread run
Implements tcThread.
◆ stop()
void tcPeriodicJobThread::stop |
( |
| ) |
|
|
virtual |
terminate job thread processing
Reimplemented from tcThread.
The documentation for this class was generated from the following files: