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: marce lo.r uaro@ acad .pucr s.br
Research group: GAPH-PUCRS - contact: ferna ndo. morae s@pu crs.b r
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