bug fixes and enhancements related to evcontroller
SKIPPED: psi/dilludriv.c psi/el755driv.c psi/eurodriv.c psi/eve.c psi/eve.h psi/fsm.c psi/ipsdriv.c psi/itc4driv.c psi/itcdriv.c psi/lcdriv.c psi/logger.c psi/logger.h psi/slsmagnet.c
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
#line 226 "evcontroller.w"
|
||||
#line 227 "evcontroller.w"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
E N V I R O N M E N T C O N T R O L L E R
|
||||
@ -14,7 +14,7 @@
|
||||
#define SICSEVCONTROL
|
||||
#include "varlog.h"
|
||||
|
||||
#line 146 "evcontroller.w"
|
||||
#line 148 "evcontroller.w"
|
||||
|
||||
/*--------------------------- live & death --------------------------------*/
|
||||
typedef struct __EVControl *pEVControl;
|
||||
@ -24,7 +24,6 @@
|
||||
void DeleteEVController(void *pData);
|
||||
pEVControl MakeEVController(pEVDriver pDriv, SConnection *pCon,
|
||||
ObjectFunc wrapper, int argc, char *argv[]);
|
||||
int EVSaveStatus(void *pData, char *name, FILE *fil);
|
||||
/*-------------------------- driving ---------------------------------*/
|
||||
int EVCDrive(pEVControl self,SConnection *pCon, float fNew);
|
||||
int EVCGetPos(pEVControl self, SConnection *pCon,float *fVal);
|
||||
@ -46,6 +45,6 @@
|
||||
|
||||
|
||||
|
||||
#line 239 "evcontroller.w"
|
||||
#line 240 "evcontroller.w"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user