Added a zebraswap in order to fix the zebra data issue

This commit is contained in:
2016-12-06 09:31:28 +01:00
parent 76bad754fa
commit 4369104480
3 changed files with 81 additions and 2 deletions

2
psi.c
View File

@ -125,7 +125,7 @@ static void AddPsiCommands(SicsInterp * pInter)
SCMD("MakeEigerMono", InitEigerMono);
PCMD("cnvrt", CnvrtAction);
SCMD("MakeEpicsAdapter", MakeEpicsAdapter);
PCMD("zebraswap", ZebraSwap);
/*
* Tcl 8.5 has implemented the clock command in tcl rather then C.
* This includes the same command, backported from Tcl 8.4