Closes #177. Add a EPICS signal that goes != 0 when the producer is stalled for data over 2s.
This adds code to the shmem receiver to have it signal when it has taken 2s to look for new data. This is meant to be a simple flag to show when the producer is 'stuck' waiting for data.
Showing
- src/daqd/CMakeLists.txt 6 additions, 0 deletionssrc/daqd/CMakeLists.txt
- src/daqd/epics_pvs.hh 4 additions, 2 deletionssrc/daqd/epics_pvs.hh
- src/daqd/exServer.cc 7 additions, 0 deletionssrc/daqd/exServer.cc
- src/daqd/producer_shmem.cc 3 additions, 1 deletionsrc/daqd/producer_shmem.cc
- src/daqd/shmem_receiver.hh 20 additions, 7 deletionssrc/daqd/shmem_receiver.hh
- src/daqd/tests/test_daqd_stall_signal.sh.in 106 additions, 0 deletionssrc/daqd/tests/test_daqd_stall_signal.sh.in
Loading
Please register or sign in to comment