Main Page | Data Structures | File List | Data Fields | Globals

t_TASK_BLOCK Struct Reference

#include <opale.h>


Data Fields

unsigned char rowIndex
unsigned char tasksTable [_Y_]


Detailed Description

Structure to handle waiting tasks (on an event, a tick, etc)

Definition at line 73 of file opale.h.


Field Documentation

unsigned char t_TASK_BLOCK::rowIndex
 

Bit field. A bit is 1 when the byte of same index in tasksTable is not 0. Definition at line 75 of file opale.h.

Referenced by op_KernelInit(), and Scheduler().

unsigned char t_TASK_BLOCK::tasksTable[_Y_]
 

Table of bit field. Each bit is 1 when the tasks it handles is pending. Definition at line 77 of file opale.h.

Referenced by op_KernelInit(), and Scheduler().


The documentation for this struct was generated from the following file:
Generated on Sun May 14 22:31:06 2006 for Opale by doxygen 1.3.8