- First working version of the TRICS collision protection module
This commit is contained in:
3
ofac.c
3
ofac.c
@ -107,6 +107,7 @@
|
||||
#include "rs232controller.h"
|
||||
#include "lomax.h"
|
||||
#include "polterwrite.h"
|
||||
#include "anticollider.h"
|
||||
/*----------------------- Server options creation -------------------------*/
|
||||
static int IFServerOption(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
@ -289,6 +290,7 @@
|
||||
AddCommand(pInter,"MakeRS232Controller",RS232Factory,NULL,NULL);
|
||||
AddCommand(pInter,"MakeMaxDetector",LoMaxFactory,NULL,NULL);
|
||||
AddCommand(pInter,"PolterInstall",PolterInstall,NULL,NULL);
|
||||
AddCommand(pInter,"AntiCollisionInstall",AntiColliderFactory,NULL,NULL);
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static void KillIniCommands(SicsInterp *pSics)
|
||||
@ -348,6 +350,7 @@
|
||||
RemoveCommand(pSics,"MakeRS232Controller");
|
||||
RemoveCommand(pSics,"MakeMaxDetector");
|
||||
RemoveCommand(pSics,"PolterInstall");
|
||||
RemoveCommand(pSics,"AntiColliderInstall");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user