TaskEntry_t Struct Reference
[Simple Task Scheduler - LUFA/Scheduler/Scheduler.h]

#include <Scheduler.h>


Data Fields

TaskPtr_t Task
bool TaskStatus
uint8_t GroupID


Detailed Description

Structure for holding a single task's information in the scheduler task list.

Field Documentation

Group ID of the task so that its status can be changed as a group.

Pointer to the task to execute.

Status of the task (either TASK_RUN or TASK_STOP).


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

Generated on Fri Jun 5 16:30:20 2009 for LUFA Library by  doxygen 1.5.7.1