- Reworked the connection object and the IO system

- Reworked the support for TRICS
- Added a second generation motor
This commit is contained in:
koennecke
2009-02-03 08:05:39 +00:00
parent f6d595665e
commit 361ee9ebea
119 changed files with 16455 additions and 3674 deletions

View File

@@ -175,13 +175,17 @@ static int SinfoxInit(SicsInterp *pSics, char *infofile)
{
return 0;
}
/*
pCon->iFiles = 1;
pCon->pFiles[0] = stdout;
*/
/* evaluate the file */
sprintf(pBuf,"fileeval %s",infofile);
iRet = InterpExecute(pSics,pCon,pBuf);
/*
pCon->iFiles = 0;
*/
SCDeleteConnection(pCon);
return iRet;