event Struct Reference

#include <event.h>

Collaboration diagram for event:

Collaboration graph
[legend]

Data Fields

eventprev
eventnext
callback func
void * data
int type
int flags
union {
   time_event   time
   fd_event   fd
ev

Detailed Description

Definition at line 48 of file event.h.


Field Documentation

struct event* event::prev

Definition at line 49 of file event.h.

struct event* event::next

Definition at line 50 of file event.h.

callback event::func

Definition at line 51 of file event.h.

void* event::data

Definition at line 52 of file event.h.

int event::type

Definition at line 53 of file event.h.

int event::flags

Definition at line 54 of file event.h.

struct time_event event::time

Definition at line 56 of file event.h.

struct fd_event event::fd

Definition at line 57 of file event.h.

union { ... } event::ev


The documentation for this struct was generated from the following file:
Generated on Fri Nov 28 00:08:45 2008 for elphel by  doxygen 1.5.1