RTaskNode Struct Reference
[Realtime Scheduler]

#include <realtime.h>


Data Fields

RTaskNodeprevious
RTaskNodenext
volatile ptask task
volatile taskdata arg
volatile RTIME time


Detailed Description

a reat lime task node, this is the type of structure returned by RTaddtask and can be passed directly to RTremtask to delete a scheduled task before it's run. The total number of available nodes in the system is static and equal to NODESAVAIL.

Definition at line 55 of file realtime.h.


Field Documentation

volatile taskdata RTaskNode::arg
 

task to execute

Definition at line 59 of file realtime.h.

volatile RTIME RTaskNode::time
 

a single integer arguement

Definition at line 60 of file realtime.h.


The documentation for this struct was generated from the following file:
Generated on Fri Mar 3 17:25:46 2006 for EMAC-HCS12-SDK by  doxygen 1.4.6