From e073e3c4a8077855d61a0abb5f048fbe4b4fd1c3 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Thu, 29 Nov 2012 12:24:00 +1100 Subject: [PATCH] MakeAsync... permanent and add sicslist --- ofac.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ofac.c b/ofac.c index 760a7695..6fc18641 100644 --- a/ofac.c +++ b/ofac.c @@ -86,6 +86,8 @@ static void InitIniCommands(SicsInterp * pInter) PCMD("InternEval", InternalFileEval); PCMD("kill_command", SICSKill); PCMD("list", SicsList); + PCMD("MakeAsyncProtocol", AsyncProtocolFactory); + PCMD("MakeAsyncQueue", AsyncQueueFactory); PCMD("MakeMcStasController", McStasControllerFactory); PCMD("MakeMulti", MakeMulti); PCMD("MakeOptimise", MakeOptimiser); @@ -100,6 +102,7 @@ static void InitIniCommands(SicsInterp * pInter) PCMD("sicscron", MakeCron); PCMD("sicsdatafactory", SICSDataFactory); PCMD("sicsdescriptor", SICSDescriptor); + PCMD("sicslist", SicsList); /* ANSTO duplicate */ PCMD("sicsprompt", SicsPrompt); PCMD("SICSStatus", SICSStatus); PCMD("sicstime", SICSTime); @@ -118,8 +121,6 @@ static void InitIniCommands(SicsInterp * pInter) SCMD("AntiCollisionInstall", AntiColliderFactory); SCMD("ChopperAdapter", CHAdapterFactory); SCMD("InstallSinfox", InstallSinfox); - SCMD("MakeAsyncProtocol", AsyncProtocolFactory); - SCMD("MakeAsyncQueue", AsyncQueueFactory); SCMD("MakeBatchManager", MakeExeManager); SCMD("MakeChopper", ChocoFactory); SCMD("MakeCone", MakeCone);