PSI sics-cvs-psi-complete-tree-post-site-support

This commit is contained in:
2004-03-09 15:18:11 +00:00
committed by Douglas Clowes
parent 6373f6b0fb
commit ae77364de2
196 changed files with 8344 additions and 3485 deletions

View File

@@ -1,5 +1,5 @@
#line 228 "evcontroller.w"
#line 239 "evcontroller.w"
/*-------------------------------------------------------------------------
Environment controller datastructure
@@ -18,6 +18,7 @@
#define MAXWAIT 7
#define SETTLE 8
#line 29 "evcontroller.w"
typedef struct __EVControl {
@@ -29,9 +30,11 @@
pEVDriver pDriv;
EVMode eMode;
float fTarget;
time_t start;
time_t lastt;
time_t start;
time_t lastt;
char *pName;
char *driverName;
char *errorScript;
ObPar *pParam;
int iLog;
pVarLog pLog;
@@ -42,5 +45,5 @@
void (*KillPrivate)(void *pData);
} EVControl;
#line 244 "evcontroller.w"
#line 257 "evcontroller.w"