- GPIB/ECB modules completed, ecb motor driver in progress
This commit is contained in:
@@ -65,11 +65,6 @@
|
||||
#define MSROK -47
|
||||
#define MSRREF -48
|
||||
#define MSRFAULT -49
|
||||
/*------------------------------------------------------------------------*/
|
||||
int MoDrivXXXContinue(void *pData)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
/* --------------------------------------------------------------------------*/
|
||||
static int GetPos(void *self, float *fData)
|
||||
{
|
||||
@@ -502,6 +497,7 @@
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
memset(pDriv,0,sizeof(EL734Driv));
|
||||
|
||||
/* fill in some of the data entered */
|
||||
pDriv->hostname = strdup(hostname);
|
||||
@@ -531,7 +527,6 @@
|
||||
pDriv->GetError = GetErr;
|
||||
pDriv->GetStatus = GetStat;
|
||||
pDriv->Halt = Halt;
|
||||
pDriv->ContinueAfterWarn = MoDrivXXXContinue;
|
||||
pDriv->TryAndFixIt = FixError;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user