* 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;
*
*/
+#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 *);
* 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;
*
*/
+#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 *);
* 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;
*
*/
+#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 *);
#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;
*
*/
+#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 *);
#include <tcl.h>
-#define PARAM_MAX_NAME_LEN 128
-
typedef struct ParamS {
char *strerror;
Tcl_Interp *interp;
*
*/
+#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 *);
# 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) \