MakeAsync... permanent and add sicslist
This commit is contained in:
5
ofac.c
5
ofac.c
@ -86,6 +86,8 @@ static void InitIniCommands(SicsInterp * pInter)
|
|||||||
PCMD("InternEval", InternalFileEval);
|
PCMD("InternEval", InternalFileEval);
|
||||||
PCMD("kill_command", SICSKill);
|
PCMD("kill_command", SICSKill);
|
||||||
PCMD("list", SicsList);
|
PCMD("list", SicsList);
|
||||||
|
PCMD("MakeAsyncProtocol", AsyncProtocolFactory);
|
||||||
|
PCMD("MakeAsyncQueue", AsyncQueueFactory);
|
||||||
PCMD("MakeMcStasController", McStasControllerFactory);
|
PCMD("MakeMcStasController", McStasControllerFactory);
|
||||||
PCMD("MakeMulti", MakeMulti);
|
PCMD("MakeMulti", MakeMulti);
|
||||||
PCMD("MakeOptimise", MakeOptimiser);
|
PCMD("MakeOptimise", MakeOptimiser);
|
||||||
@ -100,6 +102,7 @@ static void InitIniCommands(SicsInterp * pInter)
|
|||||||
PCMD("sicscron", MakeCron);
|
PCMD("sicscron", MakeCron);
|
||||||
PCMD("sicsdatafactory", SICSDataFactory);
|
PCMD("sicsdatafactory", SICSDataFactory);
|
||||||
PCMD("sicsdescriptor", SICSDescriptor);
|
PCMD("sicsdescriptor", SICSDescriptor);
|
||||||
|
PCMD("sicslist", SicsList); /* ANSTO duplicate */
|
||||||
PCMD("sicsprompt", SicsPrompt);
|
PCMD("sicsprompt", SicsPrompt);
|
||||||
PCMD("SICSStatus", SICSStatus);
|
PCMD("SICSStatus", SICSStatus);
|
||||||
PCMD("sicstime", SICSTime);
|
PCMD("sicstime", SICSTime);
|
||||||
@ -118,8 +121,6 @@ static void InitIniCommands(SicsInterp * pInter)
|
|||||||
SCMD("AntiCollisionInstall", AntiColliderFactory);
|
SCMD("AntiCollisionInstall", AntiColliderFactory);
|
||||||
SCMD("ChopperAdapter", CHAdapterFactory);
|
SCMD("ChopperAdapter", CHAdapterFactory);
|
||||||
SCMD("InstallSinfox", InstallSinfox);
|
SCMD("InstallSinfox", InstallSinfox);
|
||||||
SCMD("MakeAsyncProtocol", AsyncProtocolFactory);
|
|
||||||
SCMD("MakeAsyncQueue", AsyncQueueFactory);
|
|
||||||
SCMD("MakeBatchManager", MakeExeManager);
|
SCMD("MakeBatchManager", MakeExeManager);
|
||||||
SCMD("MakeChopper", ChocoFactory);
|
SCMD("MakeChopper", ChocoFactory);
|
||||||
SCMD("MakeCone", MakeCone);
|
SCMD("MakeCone", MakeCone);
|
||||||
|
Reference in New Issue
Block a user