An empty task used to test and debug the dispatcher. More...
#include <taskDispatcher.h>

Public Member Functions | |
| EmptyTask (TaskDispatcher *disp, db_planner::DatabaseManager *mgr, db_planner::TaskRecord rec) | |
| void | start () |
| ~EmptyTask () | |
Static Public Member Functions | |
| static void | sensorCB (void *data, SoSensor *) |
Private Member Functions | |
| void | finish () |
Private Attributes | |
| SoTimerSensor * | mSensor |
An empty task used to test and debug the dispatcher.
Simply calls a timer and completes a few seconds after starting.
Definition at line 173 of file taskDispatcher.h.
| EmptyTask::EmptyTask | ( | TaskDispatcher * | disp, | |
| db_planner::DatabaseManager * | mgr, | |||
| db_planner::TaskRecord | rec | |||
| ) | [inline] |
Definition at line 179 of file taskDispatcher.h.
| EmptyTask::~EmptyTask | ( | ) |
Definition at line 264 of file taskDispatcher.cpp.
| void EmptyTask::finish | ( | ) | [private] |
Definition at line 258 of file taskDispatcher.cpp.
| void EmptyTask::sensorCB | ( | void * | data, | |
| SoSensor * | ||||
| ) | [static] |
Definition at line 270 of file taskDispatcher.cpp.
| void EmptyTask::start | ( | ) | [virtual] |
Implements Task.
Definition at line 249 of file taskDispatcher.cpp.
SoTimerSensor* EmptyTask::mSensor [private] |
Definition at line 176 of file taskDispatcher.h.