Add command "MakeMultiChan"

r1506 | dcl | 2007-02-19 12:25:41 +1100 (Mon, 19 Feb 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-02-19 12:25:41 +11:00
parent e90d45da8c
commit f4a6e97411

View File

@@ -14,6 +14,7 @@
#include <fortify.h>
#include <sics.h>
#include <motor.h>
#include <multichan.h>
#include <tcl.h>
#include <site.h>
#include <SCinter.h>
@@ -59,6 +60,7 @@ static void AddCommands(SicsInterp *pInter)
(void) AddCommand(pInter,"portnum",portNumCmd,NULL,NULL);
// (void) AddCommand(pInter,"MakePLC",MakePLC,NULL,NULL);
AddCommand(pInter,"MakeHMControl_ANSTO",MakeHMControl_ANSTO,NULL,NULL);
AddCommand(pInter,"MakeMultiChan",MultiChanFactory,NULL,NULL);
}
/*---------------------------------------------------------------------*/
static void RemoveCommands(SicsInterp *pSics){