|
MAV'RIC
|
Task set. More...
#include <scheduler.h>

Public Attributes | |
| uint32_t | task_count |
| Number_of_tasks. | |
| uint32_t | max_task_count |
| Maximum number of tasks. | |
| uint32_t | current_schedule_slot |
| Slot of the task being executed. | |
| task_entry_t | tasks [] |
| Array of tasks_entry to be executed, needs memory allocation. | |
Task set.
Uses C99's flexible member arrays: it is required to allocate memory for this structure
1.8.9.1