Reading DPICS works

This commit is contained in:
2014-10-24 10:42:23 +02:00
parent 68d3a16700
commit b2a63d59f0
2 changed files with 274 additions and 0 deletions

1
psi.c
View File

@ -130,6 +130,7 @@ static void AddPsiCommands(SicsInterp * pInter)
SCMD("MakeEiger", InitEiger);
SCMD("MakeEigerMono", InitEigerMono);
PCMD("cnvrt", CnvrtAction);
SCMD("MakeEpicsAdapter", MakeEpicsAdapter);
/*
* Tcl 8.5 has implemented the clock command in tcl rather then C.