![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <threads.h>
Data Fields | |
| uint32_t | task |
| The task to be performed. | |
| TASKER_TASK * | prev |
| Previous task in Tasker list. | |
| TASKER_TASK * | next |
| Next task in Tasker list. | |
| THREAD_HANDLE | thread |
| Handle of the thread to send a message to. | |
| THREAD_MESSAGE | message |
| Message to send to the thread. | |
| uint32_t task |
The task to be performed.
| TASKER_TASK* prev |
Previous task in Tasker list.
| TASKER_TASK* next |
Next task in Tasker list.
| THREAD_HANDLE thread |
Handle of the thread to send a message to.
| THREAD_MESSAGE message |
Message to send to the thread.