PSI sics-cvs-psi-2006
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
#line 222 "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 144 "evcontroller.w"
|
||||
#line 148 "evcontroller.w"
|
||||
|
||||
/*--------------------------- live & death --------------------------------*/
|
||||
typedef struct __EVControl *pEVControl;
|
||||
@@ -22,7 +22,8 @@
|
||||
|
||||
pEVControl CreateEVController(pEVDriver pDriv, char *pName, int *iErr);
|
||||
void DeleteEVController(void *pData);
|
||||
|
||||
pEVControl MakeEVController(pEVDriver pDriv, SConnection *pCon,
|
||||
ObjectFunc wrapper, int argc, char *argv[]);
|
||||
/*-------------------------- driving ---------------------------------*/
|
||||
int EVCDrive(pEVControl self,SConnection *pCon, float fNew);
|
||||
int EVCGetPos(pEVControl self, SConnection *pCon,float *fVal);
|
||||
@@ -44,6 +45,6 @@
|
||||
|
||||
|
||||
|
||||
#line 235 "evcontroller.w"
|
||||
#line 240 "evcontroller.w"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user