|
HeMPS
8.0
|
This module implements the function of NewTask FIFO. This module is used only by the manager kernel. More...

Functions | |
| void | init_new_task_list () |
| void | add_new_task (NewTask *input) |
| NewTask * | get_next_new_task () |
Variables | |
| NewTask | new_task_list [MAX_GLOBAL_TASKS] |
| Array with the new task requisitions. | |
| unsigned int | first = 0 |
| pointer to the first position index to remove in the array | |
| unsigned int | last = 0 |
| pointer to the last position index to insert in the array | |
| unsigned int | size_new_app = 0 |
This module implements the function of NewTask FIFO. This module is used only by the manager kernel.
HEMPS VERSION - 8.0 - support for RT applications
Distribution: June 2016
Created by: Marcelo Ruaro - contact: marcelo.ruaro@acad.pucrs.br
Research group: GAPH-PUCRS - contact: fernando.moraes@pucrs.br
| NewTask* get_next_new_task | ( | ) |
Remove the next new task positioned at first index
| void init_new_task_list | ( | ) |
Initializes the new_task_list array
1.8.11