paulscherrerinstitute / StreamDevice

EPICS Driver for message based I/O
GNU General Public License v3.0
28 stars 42 forks source link

testTimeStamp question #49

Closed LeeHudsonDLS closed 4 years ago

LeeHudsonDLS commented 4 years ago

Hi, I'm trying to get the tests in this module working and i'm stuck on testTimeStamp. Can someone tell me anything about the "Epics" package that's required by this test? Is it a TCL package? If so do you know where I can get it from?

dirk-zimoch commented 4 years ago

It is a tcl package that we have at PSI. It is based on this: https://epics.anl.gov/EpicsDocumentation/ExtensionsManuals/TclTk/et.tcltk.html As I wrote the tests for me, I did not spent any effort to make them run everywhere. Thea are from a time when this repo was not yet publicly available.

dirk-zimoch commented 4 years ago

See "caTCL" here: https://epics.anl.gov/extensions/tcl/index.php

LeeHudsonDLS commented 4 years ago

Ok thanks for the clarification