- GPIB/ECB modules completed, ecb motor driver in progress

This commit is contained in:
cvs
2003-01-17 16:09:34 +00:00
parent bbc0b64c43
commit f45c3ebf55
27 changed files with 2030 additions and 84 deletions

View File

@@ -498,6 +498,7 @@
{
return NULL;
}
memset(pDriv,0,sizeof(EL734Driv));
/* fill in some of the data entered */
pDriv->hostname = strdup(hostname);
@@ -527,7 +528,6 @@
pDriv->GetError = GetErr;
pDriv->GetStatus = GetStat;
pDriv->Halt = Halt;
pDriv->ContinueAfterWarn = MoDrivXXXContinue;
pDriv->TryAndFixIt = FixError;