readme
来自「This Source-Navigator, an IDE for C/C++/」· 代码 · 共 10 行
TXT
10 行
This directory contains the beginnings of a Glish client for interfacingbetween Glish and EPICS. The EpicsChannel class provides the glue betweenan EPICS Channel and a Glish Value. main.cc provides the beginnings ofthe Glish client itself. The main problem I ran into with this code isthat with the version of EPICS I was using (3.11), there didn't appear tobe any way to extract from the EPICS library which file descriptors itwas using for its input, nor to tell it to add additional file descriptors;so I wasn't able to add asynchronous channel updates, something you clearlymust have to make full use of EPICS and Glish.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?