- Major changes folling the rework of the connection object
- Added support for galil controllers
This commit is contained in:
@@ -122,8 +122,8 @@
|
||||
/* write progress */
|
||||
strcat(pHead,"\n");
|
||||
strcat(pStatus,"\n");
|
||||
SCWrite(self->pCon,pHead,eWarning);
|
||||
SCWrite(self->pCon,pStatus,eWarning);
|
||||
SCWrite(self->pCon,pHead,eLog);
|
||||
SCWrite(self->pCon,pStatus,eLog);
|
||||
|
||||
/* stow away */
|
||||
DynarReplace(self->pCounts,self->iCounts,&sCount,sizeof(CountEntry));
|
||||
|
||||
Reference in New Issue
Block a user