xyControl  0.1
Quadrotor Flight Controller on AVR Basis
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
Data Fields
TaskElement Struct Reference

Single-Linked Task List. More...

#include <tasks.h>

Data Fields

Task task
 Task to be executed. More...
 
TaskElementnext
 Next list element. More...
 

Detailed Description

Single-Linked Task List.

Definition at line 48 of file tasks.h.

Field Documentation

TaskElement* next

Next list element.

Definition at line 50 of file tasks.h.

Referenced by addTask(), removeTask(), tasks(), and tasksRegistered().

Task task

Task to be executed.

Definition at line 49 of file tasks.h.

Referenced by addTask(), removeTask(), and tasks().


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