asyn
asyn copied to clipboard
EPICS module for driver and device support
This PR extends `asynManager` to allow a port to be destructible, solving #172. It complements epics-base/epics-base#283. # Goals - Provide a function in `asynManager` and a corresponding iocsh command that...
fix several typos in rst doc. Also correct the name of Odagare -> Odagiri
Not really an issue, but I was wondering what is the actual purpose of the `asynParamSet`. I can see the `asynPortDriver` constructor that can take `asynParamSet` ; when would one...
I came across this comment while trying to understand why a plugin unittest I am trying to write hangs on exit in `callbackThread::~callbackThread()`. https://github.com/epics-modules/asyn/blob/db991c23898d3a3934c7a5c51b09b348a3a8c533/asyn/asynPortDriver/asynPortDriver.cpp#L919-L922 In all likelihood, the hang I...
Problem: We are building for both Linux and Windows. When TIRPC is YES, testGpibApp fails to build on Windows. When TIRPC is not set, asyn fails to build on Linux...
I had build the EPICS-base 7.07,and want to build the asyn packages followed the https://docs.epics-controls.org/en/latest/getting-started/installation-linux.html.But when I use the Make to build it,I met the error.And I searched the asyn/asyn/devEpics...
Hi! I have an IOC with array records that are written to hardware, and read back, using asyn. The setpoints are in autosave and have PINI=YES. Their values are written...
Add support for asserting a serial break after every write, for devices that use it as a command terminator.
Attempts to detect when `TIRPC=YES` is needed. Currently only in the limited case where the host architecture is Linux. Also, remove SNCSEQ from the CI builds as the BESSY site...
When I test a model-3 asynMotor driver, I notice the asynMotorController::connect method was not invoked by reconnect timer. Use the *testAsynPortDriver* driver with the following changes, the problem can be...