#include <BTask.h>
◆ BTask()
BTask::BTask |
( |
const char * |
name = "" , |
|
|
BUInt |
stackSize = 0 , |
|
|
BUInt |
priority = 1 |
|
) |
| |
◆ ~BTask()
◆ init()
void BTask::init |
( |
const char * |
name, |
|
|
BUInt |
stackSize = 0 , |
|
|
BUInt |
priority = 1 |
|
) |
| |
◆ run()
◆ setPriority()
int BTask::setPriority |
( |
BUInt |
priority | ) |
|
Set the priority of the task: 0 upwards.
◆ start()
◆ stop()
◆ taskFunc()
void * BTask::taskFunc |
( |
void * |
arg | ) |
|
|
staticprotected |
◆ waitForCompletion()
void BTask::waitForCompletion |
( |
| ) |
|
◆ oname
◆ opolicy
◆ opriority
◆ orunning
◆ ostackSize
◆ othread
The documentation for this class was generated from the following files: