MAV'RIC
Public Attributes | List of all members
task_set_t Struct Reference

Task set. More...

#include <scheduler.h>

Collaboration diagram for task_set_t:
Collaboration graph

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.
 

Detailed Description

Task set.

Uses C99's flexible member arrays: it is required to allocate memory for this structure


The documentation for this struct was generated from the following file: