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);