paulscherrerinstitute / StreamDevice

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

No example IOC application after build #92

Closed LeeYangLBLBCS closed 1 year ago

LeeYangLBLBCS commented 1 year ago

According to StreamDevice documentation here: https://paulscherrerinstitute.github.io/StreamDevice/setup.html#lib "This will create and install the stream library and the stream.dbd file and an example IOC application."

I didn't find the example IOC application, at least not under the usually directory name "iocs" similar to all other EPICS drivers. Could it be hiding under a different name?

dirk-zimoch commented 1 year ago

I do not create an ioc directory. I have seen no need for that. In the streamApp directory are a few example *.cmd scripts. They load stuff directly from the O.* directories. Also the streamApp executable and streamApp.dbd are installed to bin and dbd, respectively.

LeeYangLBLBCS commented 1 year ago

thanks.