Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

sys/event.h File Reference

Event management definitions. More...


Functions

int NutEventWait (HANDLE *qhp, u_long ms)
 Wait for an event in a specified queue. More...

void NutEventPostAsync (HANDLE *qhp)
 Asynchronously post an event to a specified queue. More...

void NutEventPost (HANDLE *qhp)
 Post an event to a specified queue. More...

void NutEventBroadcastAsync (HANDLE *qhp)
 Asynchronously broadcast an event to a specified queue. More...

void NutEventBroadcast (HANDLE *qhp)
 Broadcast an event to a specified queue. More...


Detailed Description

Event management definitions.


© 2000-2001 by egnite Software GmbH - visit http://www.ethernut.de/