Implement 'sicslog' command for driver logging
This commit is contained in:
1
ofac.c
1
ofac.c
@ -102,6 +102,7 @@ static void InitIniCommands(SicsInterp * pInter)
|
||||
PCMD("sicscron", MakeCron);
|
||||
PCMD("sicsdatafactory", SICSDataFactory);
|
||||
PCMD("sicsdescriptor", SICSDescriptor);
|
||||
PCMD("SICSLog", LogOutput);
|
||||
PCMD("sicsprompt", SicsPrompt);
|
||||
PCMD("SICSStatus", SICSStatus);
|
||||
PCMD("sicstime", SICSTime);
|
||||
|
Reference in New Issue
Block a user