Initial revision
This commit is contained in:
41
evcontroller.i
Normal file
41
evcontroller.i
Normal file
@ -0,0 +1,41 @@
|
||||
|
||||
#line 225 "evcontroller.w"
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
Environment controller datastructure
|
||||
|
||||
Mark Koennecke, Juli 1997
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
/*-------- Parameter defines */
|
||||
#define TOLERANCE 0
|
||||
#define ACCESS 1
|
||||
#define ERRORHANDLER 2
|
||||
#define INTERRUPT 3
|
||||
#define UPLIMIT 4
|
||||
#define LOWLIMIT 5
|
||||
#define SAFEVALUE 6
|
||||
|
||||
|
||||
#line 29 "evcontroller.w"
|
||||
|
||||
typedef struct __EVControl {
|
||||
pObjectDescriptor pDes;
|
||||
pIDrivable pDrivInt;
|
||||
pEVInterface pEnvir;
|
||||
pEVDriver pDriv;
|
||||
EVMode eMode;
|
||||
float fTarget;
|
||||
char *pName;
|
||||
ObPar *pParam;
|
||||
int iLog;
|
||||
pVarLog pLog;
|
||||
int iWarned;
|
||||
int iTcl;
|
||||
int iStop;
|
||||
void *pPrivate;
|
||||
void (*KillPrivate)(void *pData);
|
||||
} EVControl;
|
||||
|
||||
#line 241 "evcontroller.w"
|
||||
|
Reference in New Issue
Block a user