WIP updating the daqd and transports to work with larger buffers.
* Updated constants to use a maximum of 140MB for a daq_multi_cycle_data_t type * Updated min/max daq shared mem buffer sizes * Use the min/max constants in applications * Updated local_dc, cps_xmit/recv, fe_simulated_streams * Updating test code, not complete yet.
parent
5418095b
No related branches found
No related tags found
Showing
- src/daqd/CMakeLists.txt 2 additions, 0 deletionssrc/daqd/CMakeLists.txt
- src/daqd/producer_shmem.cc 1 addition, 1 deletionsrc/daqd/producer_shmem.cc
- src/daqd/shmem_receiver.hh 4 additions, 0 deletionssrc/daqd/shmem_receiver.hh
- src/daqd/tests/daqdrc_live_test 2 additions, 2 deletionssrc/daqd/tests/daqdrc_live_test
- src/daqd/tests/test_daqd_live_nds.sh.in 1 addition, 1 deletionsrc/daqd/tests/test_daqd_live_nds.sh.in
- src/daqd/tests/test_daqd_stall_signal.py 1 addition, 1 deletionsrc/daqd/tests/test_daqd_stall_signal.py
- src/daqd/tests/test_raii.cc 28 additions, 11 deletionssrc/daqd/tests/test_raii.cc
- src/daqd/tests/test_shmem_recv.cc 27 additions, 27 deletionssrc/daqd/tests/test_shmem_recv.cc
- src/epics/edcu/CMakeLists.txt 5 additions, 7 deletionssrc/epics/edcu/CMakeLists.txt
- src/epics/edcu/test/epics_test.py 16 additions, 3 deletionssrc/epics/edcu/test/epics_test.py
- src/epics/edcu/test/test_standalone_edc_live_nds.py 141 additions, 0 deletionssrc/epics/edcu/test/test_standalone_edc_live_nds.py
- src/fe_stream_test/fe_simulation/cmd/fe_simulated_streams/fe_simulated_streams.go 2 additions, 2 deletions...mulation/cmd/fe_simulated_streams/fe_simulated_streams.go
- src/include/daq_core.h 8 additions, 6 deletionssrc/include/daq_core.h
- src/local_dc/local_dc.c 5 additions, 5 deletionssrc/local_dc/local_dc.c
- src/pub_sub_stream/plugins/pub_plugin_daq_m.cc 1 addition, 1 deletionsrc/pub_sub_stream/plugins/pub_plugin_daq_m.cc
- src/pub_sub_stream/plugins/sub_plugin_daq_m.cc 1 addition, 1 deletionsrc/pub_sub_stream/plugins/sub_plugin_daq_m.cc
- src/pub_sub_stream/pub_xmit.cc 6 additions, 6 deletionssrc/pub_sub_stream/pub_xmit.cc
- src/pub_sub_stream/sub_recv_bufferred.cc 5 additions, 5 deletionssrc/pub_sub_stream/sub_recv_bufferred.cc
- src/pub_sub_stream/test_pub_sub.sh.in 2 additions, 2 deletionssrc/pub_sub_stream/test_pub_sub.sh.in
- src/pub_sub_stream/test_pub_sub_xmit_recv.sh.in 4 additions, 4 deletionssrc/pub_sub_stream/test_pub_sub_xmit_recv.sh.in
Loading
Please register or sign in to comment