Evita  0.16
Classes | Macros
evChannel.h File Reference
#include <sys/select.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include "evSignal.h"
#include "evBitBuffer.h"
Include dependency graph for evChannel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  evChannel
 

Macros

#define EVPORT_COMMANDCHANNEL   11900
 
#define EVPORT_BITSTREAMCHANNEL   11901
 
#define EVPORT_PRIORITYSCHEDULECHANNEL   11902
 
#define EVCHANNEL_FROMCHANNEL   "**channel**"
 
#define EVCHANNEL_SERVERTIMEOUT   5
 
#define EVCHANNEL_NOFORK   0
 
#define EVCHANNEL_FORK   1
 
#define EVCHANNEL_NOWAIT   0
 
#define EVCHANNEL_WAIT   1
 

Macro Definition Documentation

#define EVCHANNEL_FORK   1
#define EVCHANNEL_FROMCHANNEL   "**channel**"
#define EVCHANNEL_NOFORK   0
#define EVCHANNEL_NOWAIT   0
#define EVCHANNEL_SERVERTIMEOUT   5
#define EVCHANNEL_WAIT   1
#define EVPORT_BITSTREAMCHANNEL   11901
#define EVPORT_COMMANDCHANNEL   11900
#define EVPORT_PRIORITYSCHEDULECHANNEL   11902