- Removed defunct capture command
- Moved some protocolls from sicspsi to kernel as discussed at ANSTO
This commit is contained in:
4
ofac.c
4
ofac.c
@ -46,6 +46,9 @@ static void InitGeneral(void)
|
||||
INIT(AddTestProt);
|
||||
INIT(AddGenBinProtocoll);
|
||||
INIT(AddSyncedProt);
|
||||
INIT(AddBinProtocol);
|
||||
INIT(AddPMACProtocoll);
|
||||
INIT(AddCharByCharProtocoll);
|
||||
INIT(MakeTrace);
|
||||
INIT(InitTaskOBJ);
|
||||
INIT(RemoteObjectInit);
|
||||
@ -72,7 +75,6 @@ static void InitIniCommands(SicsInterp * pInter)
|
||||
/* permanent commands in alphabetic order */
|
||||
PCMD("alias", MakeAlias);
|
||||
PCMD("broadcast", Broadcast);
|
||||
PCMD("Capture", CaptureAction);
|
||||
PCMD("ClientPut", ClientPut);
|
||||
PCMD("ClientLog", ClientLog);
|
||||
PCMD("config", ConfigCon);
|
||||
|
Reference in New Issue
Block a user