- Added separate drivable motors for four circle H, K, L

- Added a listen mode to commandlog in order to support the batchEditor
- Some small fixes to exe* for BatchEditor
This commit is contained in:
koennecke
2005-02-23 10:11:18 +00:00
parent ef1de4589c
commit 28ddbc420d
39 changed files with 1274 additions and 130 deletions

View File

@ -542,7 +542,7 @@
strtolower(name);
return StringDictGet(self->pOption,name, result,iLen);
}
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
int HistSetOption(pHistMem self, char *name, char *value)
{
int status;
@ -555,6 +555,7 @@
{
return StringDictAddPair(self->pOption,name, value);
}
return 1;
}
/*-----------------------------------------------------------------------*/
int HistConfigure(pHistMem self, SConnection *pCon, SicsInterp *pSics)
@ -1055,6 +1056,8 @@ static int checkHMEnd(pHistMem self, char *text){
SCWrite(pCon,pBueffel,eError);
return 0;
}
SCSendOK(pCon);
return 1;
}
else if(strcmp(argv[1],"preset") == 0) /* preset */
{