A number of smaller adpations
This commit is contained in:
@@ -298,11 +298,8 @@ static void tableInfo(pTableDrive self, SConnection * pCon)
|
||||
/*------------------------------------------------------------------------*/
|
||||
static void tableSetPar(pMotor pMot, char *name, float value)
|
||||
{
|
||||
ObPar *ob = NULL;
|
||||
|
||||
ob = ObParFind(pMot->ParArray, name);
|
||||
assert(ob != NULL);
|
||||
ob->fVal = value;
|
||||
MotorSetPar(pMot,pServ->dummyCon,name,value);
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user