This commit is contained in:
zolliker
2011-03-25 14:27:17 +00:00
parent fbebb36da6
commit 235f164d89

2
ofac.c
View File

@ -86,6 +86,7 @@ static void InitIniCommands(SicsInterp * pInter)
PCMD("MakeMcStasController", McStasControllerFactory);
PCMD("MakeMulti", MakeMulti);
PCMD("MakeOptimise", MakeOptimiser);
PCMD("MakeSecMotor", SecMotorFactory);
PCMD("Publish", TclPublish);
PCMD("Remob", RemobCreate);
PCMD("ResetServer", ResetStatus);
@ -146,7 +147,6 @@ static void InitIniCommands(SicsInterp * pInter)
SCMD("MakeScanCommand", ScanFactory);
SCMD("MakeSecCounter", MakeSecCter);
SCMD("MakeSecHM", MakeSecHM);
SCMD("MakeSecMotor", SecMotorFactory);
SCMD("MakeSecNVS", MakeSecNVS);
SCMD("MakeSicsObj", InstallSICSOBJ);
SCMD("MakeSicsPoll", InstallSICSPoll);