JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
cfSockCli.h
Go to the documentation of this file.
1/* cfSockCli.h - header used by cfSock client, replacing the
2 missing vxWorks.h */
3
4#if !defined(FALSE) || (FALSE!=0)
5#define FALSE 0
6#endif
7
8#if !defined(TRUE) || (TRUE!=1)
9#define TRUE 1
10#endif
11
12/* low-level I/O input, output, error fd's */
13#define STD_IN 0
14#define STD_OUT 1
15#define STD_ERR 2
16
17#include "GreenSock.h"
18#include "cfSock.h"
19
20/* Name or IP addresses of the various servers */
21char * ServerName_CountingHouse="129.57.206.93"; /* g0 injdaq */
22char * ServerName_LeftSpect="129.57.164.100";
23/* char * ServerName_CountingHouse="129.57.164.13"; */
24/* char * ServerName_LeftSpect="129.57.192.61"; */
25char * ServerName_RightSpect="129.57.192.60";
26char * ServerName_Injector="129.57.206.10";
27char * ServerName_QwTSCrate="129.57.168.100";
28
char * ServerName_QwTSCrate
Definition cfSockCli.h:27
char * ServerName_RightSpect
Definition cfSockCli.h:25
char * ServerName_Injector
Definition cfSockCli.h:26
char * ServerName_CountingHouse
Definition cfSockCli.h:21
char * ServerName_LeftSpect
Definition cfSockCli.h:22