- Created a modified swithc motor which takes into account the new motor drivers

- Added the missing linux_def file into the repository
- Fixed a bug relating to scattering sense in selector.c
This commit is contained in:
cvs
2003-08-20 14:32:52 +00:00
parent a9d5607fea
commit 3f17e76df1
4 changed files with 367 additions and 1 deletions

1
psi.c
View File

@ -67,6 +67,7 @@ static void AddPsiCommands(SicsInterp *pInter){
AddCommand(pInter,"MakeAmorStatus",AmorStatusFactory,NULL,NULL);
AddCommand(pInter,"MakeTAS",TASFactory,NULL,NULL);
AddCommand(pInter,"MakeSWMotor",MakeSWMotor,NULL,NULL);
AddCommand(pInter,"MakeSWHPMotor",MakeSWHPMotor,NULL,NULL);
AddCommand(pInter,"PolterInstall",PolterInstall,NULL,NULL);
AddCommand(pInter,"MakeECB",MakeECB,NULL,NULL);
AddCommand(pInter,"MakePSDFrame",MakeFrameFunc,NULL,NULL);