On startup a table of task properities is passed to the system. Each entry in the table contains:
Data Fields | |
STATUS(* | ptsk_fxn )(STATUS event) |
HANDLE * | ph |
uint8 | pri |
uint8 | TaskName [10] |
|
Handle to task task control block structure (TCB) |
|
Task's priority |
|
Address of the task entry point |
|
Task's name |