Main Page   Modules   Data Structures   File List   Globals  

event.c File Reference

Event handling functions. More...

#include <stdlib.h>
#include <avr/interrupt.h>
#include "otos_cfg.h"
#include "otos_def.h"
#include "types.h"
#include "event.h"
#include "time.h"

Go to the source code of this file.

Functions

void otosSendEvent (OtosTask *pTask, uint16_t events)
 Send event(s) to one or more tasks. If a task waits for them, wake it.

void otosSendEventToOneTask (OtosTask *pTask, uint16_t events)
 Send event(s) to one task. If task waits for them, wake it.

uint8_t otosReceiveEvent (uint16_t events, uint32_t timeout)
 Receive events.


Detailed Description

Event handling functions.

Definition in file event.c.


Generated on Sat Jan 25 18:41:43 2003 for otOS by doxygen1.3-rc2