Go to the documentation of this file. 1 #ifndef DaqSource_DTSpyHelper_h 2 #define DaqSource_DTSpyHelper_h 5 #include <sys/socket.h> 6 #include <netinet/tcp.h> 7 #include <netinet/in.h> 24 struct sockaddr_in clientAddr;
25 struct sockaddr_in myaddr;
35 void Connect(
const char *hostaddr,
int port);
36 void Connect(
unsigned long hostaddr,
int port);