create_args_t Struct Reference

The arguments required to create a task. More...

#include <kernel.h>


Data Fields

voidfuncvoid_ptr f
int arg
uint8_t level
uint8_t name


Detailed Description

The arguments required to create a task.

Definition at line 78 of file kernel.h.


Field Documentation

voidfuncvoid_ptr create_args_t::f

The code the new task is to run.

Definition at line 81 of file kernel.h.

int create_args_t::arg

A new task may be created with an argument that it can retrieve later.

Definition at line 83 of file kernel.h.

uint8_t create_args_t::level

Priority of the new task: RR, PERIODIC, SYSTEM

Definition at line 85 of file kernel.h.

uint8_t create_args_t::name

If the new task is PERIODIC, this is its name in the PPP array.

Definition at line 87 of file kernel.h.


The documentation for this struct was generated from the following file:
Generated on Tue Oct 23 21:49:51 2007 for RTOS by  doxygen 1.5.1