|
DABC (Data Acquisition Backbone Core)
2.9.9
|
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <sys/types.h>#include <errno.h>#include <unistd.h>#include <netdb.h>#include <netinet/in.h>#include <sys/socket.h>Go to the source code of this file.
Functions | |
| int | rconnect (char *cNode, int iPort, int *piMaxTime, int *piSocket) |
Variables | |
| FILE * | fLogFile |
| int | imySigS |
| int rconnect | ( | char * | cNode, |
| int | iPort, | ||
| int * | piMaxTime, | ||
| int * | piSocket | ||
| ) |
Definition at line 60 of file rconnect.c.