HeMPS
8.0
|
This structure store variables useful to the kernel master manage an application instance. More...
#include <applications.h>
Public Attributes | |
int | app_ID |
Stores the application id. | |
int | status |
Stores the application status. | |
int | tasks_number |
Stores the application task number. | |
int | terminated_tasks |
Stores the number of task terminated of an application. | |
Task | tasks [MAX_TASKS_APP] |
Array of Task with the size equal to the MAX_TASKS_APP. | |
This structure store variables useful to the kernel master manage an application instance.