![]() |
flux sdk
v01.02.02-5-g550ff88
Embedded C++ SDK
|
#include <flxCoreJobs.h>
Public Member Functions | |
| _flxJobQueue (_flxJobQueue const &)=delete | |
| void | operator= (_flxJobQueue const &)=delete |
| void | addJob (flxJob &) |
| void | removeJob (flxJob &) |
| void | updateJob (flxJob &) |
| bool | loop (void) |
| bool | start (void) |
| void | stop (void) |
| void | dump (void) |
Static Public Member Functions | |
| static _flxJobQueue & | get (void) |
|
delete |
| void _flxJobQueue::addJob | ( | flxJob & | theJob | ) |
| void _flxJobQueue::dump | ( | void | ) |
|
inlinestatic |
| bool _flxJobQueue::loop | ( | void | ) |
|
delete |
| void _flxJobQueue::removeJob | ( | flxJob & | theJob | ) |
| bool _flxJobQueue::start | ( | void | ) |
| void _flxJobQueue::stop | ( | void | ) |
| void _flxJobQueue::updateJob | ( | flxJob & | theJob | ) |