From f4a6e97411e2eabdcf85ff2d13fdd5384d73057f Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Mon, 19 Feb 2007 12:25:41 +1100 Subject: [PATCH] Add command "MakeMultiChan" r1506 | dcl | 2007-02-19 12:25:41 +1100 (Mon, 19 Feb 2007) | 2 lines --- site_ansto/site_ansto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site_ansto/site_ansto.c b/site_ansto/site_ansto.c index 9c598e4e..ff347ae3 100644 --- a/site_ansto/site_ansto.c +++ b/site_ansto/site_ansto.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -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){