|
Robowflex
v0.1
Making MoveIt Easy
|
Interface class for Pool::Job so template parameters are not needed for the queue. More...
#include <pool.h>
Inheritance diagram for robowflex::Pool::Joblet:Public Member Functions | |
| virtual void | execute ()=0 |
| Execute the underlying function. More... | |
| void | cancel () |
| Cancels this job. More... | |
| bool | isCancled () const |
| Checks if this job has been cancled. More... | |
Protected Attributes | |
| bool | canceled {false} |
| Whether the job is cancled or not. More... | |
Interface class for Pool::Job so template parameters are not needed for the queue.
| void Pool::Joblet::cancel | ( | ) |
Cancels this job.
Definition at line 11 of file pool.cpp.
|
pure virtual |
Execute the underlying function.
Implemented in robowflex::Pool::Job< RT >.
| bool Pool::Joblet::isCancled | ( | ) | const |
|
protected |