implement tclmot

r3797 | jgn | 2012-11-13 16:39:09 +1100 (Tue, 13 Nov 2012) | 1 line
This commit is contained in:
Jing Chen
2012-11-13 16:39:09 +11:00
committed by Douglas Clowes
parent d3973dae8c
commit 06cef07d6a

View File

@@ -52,7 +52,7 @@
#include "splitter.h"
#include "status.h"
#include "servlog.h"
#include "tclmotdriv.h"
#include "ansto_tclmotdriv.h"
#include "site.h"
/*-------------------------------------------------------------------------
some lokal defines
@@ -1118,12 +1118,10 @@ extern MotorDriver *MakePiPiezo(Tcl_Interp *pTcl, char *pArray);
SCWrite(pCon,pBueffel,eStatus);
}
/*
list driver parameters when appropriate
*/
//list driver parameters when appropriate
if(self->pDriver->ListDriverPar != NULL)
{
self->pDriver->ListDriverPar(self->pDriver,self->name, pCon);
self->pDriver->ListDriverPar(self->pDriver,self->name, pCon);
}
}
/*--------------------------------------------------------------------------*/