taskManager.h File Reference

The header file describes the public stack Task Manager interface, task handlers and tasks IDs of Task Manager. More...

#include <inttypes.h>
#include <types.h>
#include <atomic.h>

Go to the source code of this file.

Functions

void APL_TaskHandler (void)
INLINE void SYS_PostTask (SYS_TaskId_t taskId)
 Posts task to the stack Task Manager.


Detailed Description

The header file describes the public stack Task Manager interface, task handlers and tasks IDs of Task Manager.

Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@atmel.com
Copyright (c) 2008 , Atmel Corporation. All rights reserved. Licensed under Atmel's Limited License Agreement (BitCloudTM).

Definition in file taskManager.h.


Function Documentation

void APL_TaskHandler ( void   ) 

This function is called for processing user application task. Should be defined in user application. Its very first call is intended just for setting parameters into the stack. For starting a network a new task should be posted.

INLINE void SYS_PostTask ( SYS_TaskId_t  taskId  ) 

Posts task to the stack Task Manager.

Parameters:
[in] taskId - ID of the posted task. An application has APL_TASK_ID.

Definition at line 93 of file taskManager.h.


Generated on Mon Feb 16 17:53:40 2009 for BitCloud Stack Documentation by  doxygen 1.5.1-p1