Go to the source code of this file.
Defines | |
#define | MAX_PLACECODE 0x10000 |
Enumerations | |
enum | PlaceCode { PLACE_CONNECT, PLACE_WRITEBYTES, PLACE_MYREAD, PLACE_SETBLOCKING, PLACE_RRECV, PLACE_RSELECT } |
Functions | |
int | monitorLog (enum PlaceCode placeCode, int errNum) |
|
|
|
|
|
Definition at line 33 of file monitor.c. References buf, MAXLEN, PLACE_CONNECT, PLACE_MYREAD, PLACE_RRECV, PLACE_RSELECT, PLACE_SETBLOCKING, PLACE_WRITEBYTES, and stringifyErrorCode(). Referenced by my_read(), rconnectName(), rrecv(), rselect(), setblocking(), and writeBytes(). |