#include <opale.h>
Collaboration diagram for t_TASK:
Data Fields | |
char * | stackPointer |
unsigned short | tickDelay |
t_TASK * | nextSleeping |
t_TASK * | prevSleeping |
unsigned char | ident |
|
Identity of the task. It is although its priority. |
|
Pointer to the next sleeping task. Used by the kernel's ticker ISR. |
|
Pointer to the previous sleeping task. Used by the kernel's ticker ISR |
|
Pointer to the stack allocated for the task. |
|
Number of remaining ticks before the task becomes ready to run. |