Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

monitor.h

Go to the documentation of this file.
00001 #ifndef __MONITOR_H
00002 #define __MONITOR_H
00003 
00004 #define MAX_PLACECODE 0x10000
00005 
00006 enum PlaceCode { PLACE_CONNECT, PLACE_WRITEBYTES, PLACE_MYREAD, 
00007 PLACE_SETBLOCKING, PLACE_RRECV, PLACE_RSELECT,
00008  };
00009 
00010 int monitorLog(enum PlaceCode placeCode, int errNum);
00011 
00012 #endif

Generated on Tue Feb 8 00:05:15 2005 for Neuroserver by doxygen 1.3.3