implement tclmot
r3797 | jgn | 2012-11-13 16:39:09 +1100 (Tue, 13 Nov 2012) | 1 line
This commit is contained in:
committed by
Douglas Clowes
parent
d3973dae8c
commit
06cef07d6a
8
motor.c
8
motor.c
@@ -52,7 +52,7 @@
|
|||||||
#include "splitter.h"
|
#include "splitter.h"
|
||||||
#include "status.h"
|
#include "status.h"
|
||||||
#include "servlog.h"
|
#include "servlog.h"
|
||||||
#include "tclmotdriv.h"
|
#include "ansto_tclmotdriv.h"
|
||||||
#include "site.h"
|
#include "site.h"
|
||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
some lokal defines
|
some lokal defines
|
||||||
@@ -1118,12 +1118,10 @@ extern MotorDriver *MakePiPiezo(Tcl_Interp *pTcl, char *pArray);
|
|||||||
SCWrite(pCon,pBueffel,eStatus);
|
SCWrite(pCon,pBueffel,eStatus);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
//list driver parameters when appropriate
|
||||||
list driver parameters when appropriate
|
|
||||||
*/
|
|
||||||
if(self->pDriver->ListDriverPar != NULL)
|
if(self->pDriver->ListDriverPar != NULL)
|
||||||
{
|
{
|
||||||
self->pDriver->ListDriverPar(self->pDriver,self->name, pCon);
|
self->pDriver->ListDriverPar(self->pDriver,self->name, pCon);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user