|
HeMPS
8.0
|
This structure stores the variables used to manage a new task requisition by the global manager kernel. More...
#include <new_task.h>
Public Attributes | |
| int | task_ID |
| ID of the new task. | |
| int | master_ID |
| Master address (XY) of the task. | |
| int | allocated_processor |
| Address (XY) of the task allocated processor. | |
| unsigned int | initial_address |
| Initial repository address of the task. | |
| int | code_size |
| Size of the repository code in repository words (4 bytes) | |
This structure stores the variables used to manage a new task requisition by the global manager kernel.
1.8.11