- fixed a bug in pause handling of environment controller.

- added code to triple axis MAD emulation layer
This commit is contained in:
cvs
2000-12-21 07:55:04 +00:00
parent 513e2701f0
commit d3b8f38ced
15 changed files with 399 additions and 24 deletions

View File

@@ -148,6 +148,7 @@ extern char *tasVariableOrder[] = {
"bet4",
"output",
"local",
"swunit",
NULL};
/*---------------------------------------------------------------------
There is a special feauture in MAD where the count mode is determined
@@ -291,15 +292,13 @@ int TASFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
TASKill(pNew);
return 0;
}
/*
iError = AddCommand(pSics,"set",TASSet,NULL,pNew);
iError = AddCommand(pSics,"sf",TASScan,NULL,pNew);
if(!iError)
{
SCWrite(pCon,"ERROR: duplicate set command not created",eError);
TASKill(pNew);
return 0;
}
*/
return 1;
}