- TDC histogram memory driver sort of working
- New class for scripting datafiles - SANS-II almost complete initialization file
This commit is contained in:
4
motor.c
4
motor.c
@@ -57,6 +57,7 @@
|
||||
#include "splitter.h"
|
||||
#include "status.h"
|
||||
#include "servlog.h"
|
||||
#include "ecbdriv.h"
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
some lokal defines
|
||||
@@ -468,7 +469,7 @@ extern void KillPiPiezo(void *pData);
|
||||
}
|
||||
else if(strcmp(pM->drivername,"ECB") == 0)
|
||||
{
|
||||
free(pM->pDriver);
|
||||
KillECBMotor( (void *)pM->pDriver);
|
||||
}
|
||||
free(pM->drivername);
|
||||
}
|
||||
@@ -876,7 +877,6 @@ extern void KillPiPiezo(void *pData);
|
||||
*/
|
||||
|
||||
extern MotorDriver *MakePiPiezo(Tcl_Interp *pTcl, char *pArray);
|
||||
extern MotorDriver *CreateECBMotor(SConnection *pCon, int argc, char *argv[]);
|
||||
|
||||
int MotorCreate(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user