]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Fri, 8 Sep 2000 07:56:10 +0000 (07:56 +0000)
committerhades <hades>
Fri, 8 Sep 2000 07:56:10 +0000 (07:56 +0000)
allParam/ca/caParam.h
allParam/file/fileParam.h
allParam/ora/oraParam.h
allParam/psql/psqlParam.h
allParam/tcl/tclParam.h
allParam/test/Makefile

index 340d72bccbf669960f8dce94c3d6779589ed50b3..4f8b1ff90540eec95092e840e48f12196bcd3954 100644 (file)
@@ -5,11 +5,7 @@
  * Section containing struct Param (different in the different param.h's) *
  **************************************************************************/
 
-#define PARAM_MAX_NVALS 1024
-#define PARAM_MAX_NAME_LEN 128
-
 #define TIMEOUT 0.5
-#define ECA_NORETVAL 106
 
 typedef struct ParamS {
        char *strerror;
@@ -68,7 +64,9 @@ void desParam(Param *);
  * 
  */
 
+#define PARAM_MAX_NVALS 1024
 #define PARAM_MAX_VALUE_LEN 128
+#define PARAM_MAX_NAME_LEN 128
 
 int Param_getInt(const Param *, const char *, const char *, int *, unsigned long int *);
 int Param_getString(const Param *, const char *, const char *, int *, char *);
index d738cc07a1e4a50399215f90df8f58a60ab541fb..d503d39892fea3aa447593083dec8937a5d197c1 100644 (file)
@@ -5,9 +5,6 @@
  * Section containing struct Param (different in the different param.h's) *
  **************************************************************************/
 
-#define PARAM_MAX_NAME_LEN 128
-#define PARAM_MAX_NVALS 1024
-
 typedef struct ParamS {
        char *strerror;
        int nVals;
@@ -61,7 +58,9 @@ void desParam(Param *);
  * 
  */
 
+#define PARAM_MAX_NVALS 1024
 #define PARAM_MAX_VALUE_LEN 128
+#define PARAM_MAX_NAME_LEN 128
 
 int Param_getInt(const Param *, const char *, const char *, int *, unsigned long int *);
 int Param_getString(const Param *, const char *, const char *, int *, char *);
index 40e6db4a2e3d4d1cef7bd1a8d738e23f0ee5ea41..ef65659c0932cf432fde5e5c81d6c657da58630b 100644 (file)
@@ -5,9 +5,6 @@
  * Section containing struct Param (different in the different param.h's) *
  **************************************************************************/
 
-#define PARAM_MAX_NAME_LEN 128
-#define PARAM_MAX_NVALS 1024
-
 typedef struct ParamS {
        const char *user;
        const char *passwd;
@@ -59,7 +56,9 @@ void desParam(Param *);
  * 
  */
 
+#define PARAM_MAX_NVALS 1024
 #define PARAM_MAX_VALUE_LEN 128
+#define PARAM_MAX_NAME_LEN 128
 
 int Param_getInt(const Param *, const char *, const char *, int *, unsigned long int *);
 int Param_getString(const Param *, const char *, const char *, int *, char *);
index 924986b1324822353bad56106d84f83ec0e39be1..060bd9f0a3787f37d71ba0a90a2563bea3a1ec63 100644 (file)
@@ -7,7 +7,6 @@
 
 #define PG_MAX_QUERY_LEN 1024
 #define PG_MAX_CLAUSE_LEN 256
-#define PARAM_MAX_NAME_LEN PARAM_MAX_VALUE_LEN
 
 typedef struct ParamS {
        char *strerror;
@@ -58,7 +57,9 @@ void desParam(Param *);
  * 
  */
 
+#define PARAM_MAX_NVALS 1024
 #define PARAM_MAX_VALUE_LEN 128
+#define PARAM_MAX_NAME_LEN 128
 
 int Param_getInt(const Param *, const char *, const char *, int *, unsigned long int *);
 int Param_getString(const Param *, const char *, const char *, int *, char *);
index 2e11006424d9e80a93ba2b811a3524ec59c41efb..fbb86d19e228b8843aed6fdade5fbe6b0738de92 100644 (file)
@@ -7,8 +7,6 @@
 
 #include <tcl.h>
 
-#define PARAM_MAX_NAME_LEN 128
-
 typedef struct ParamS {
        char *strerror;
        Tcl_Interp *interp;
@@ -59,7 +57,9 @@ void desParam(Param *);
  * 
  */
 
+#define PARAM_MAX_NVALS 1024
 #define PARAM_MAX_VALUE_LEN 128
+#define PARAM_MAX_NAME_LEN 128
 
 int Param_getInt(const Param *, const char *, const char *, int *, unsigned long int *);
 int Param_getString(const Param *, const char *, const char *, int *, char *);
index a19d897a905b6820af73447e512a2a4b4221c0b2..61028e16357b75fcb9c615e6e28e41e042147741 100644 (file)
@@ -2,7 +2,7 @@ MV = mv
 
 # Channel Access test
 HOST_ARCH = Linux
-EPICS_HOME = $(HOME)/hades/epics
+#EPICS_HOME = $(HOME)/hades/epics
 EPICS_BASE = $(EPICS_HOME)/base
 CACFLAGS = -I$(HOME)/include/ca
 LOADCALIBES = -L$(HOME)/lib/$(SYSTYPE) -L$(EPICS_BASE)/lib/$(HOST_ARCH) \