Created a 'multi' fe stream generator.
fe_stream_test is a single front end outputing a rmIpcStr to mbuf. fe_multi_stream_test can be used to simulate fe systems in bulk, it outputs to a dac_multi_cycle_t in mbuf, along with populating a ini directory and master file. This is targeted for daqd development and testing. This adds a fe_generator_support library which holds some common code between the two generators. This also adds another check to fe_stream_check, verifying the data crc.
parent
613308e6
No related branches found
No related tags found
Showing
- src/fe_stream_test/CMakeLists.txt 16 additions, 11 deletionssrc/fe_stream_test/CMakeLists.txt
- src/fe_stream_test/fe_generator_support.cc 111 additions, 0 deletionssrc/fe_stream_test/fe_generator_support.cc
- src/fe_stream_test/fe_generator_support.hh 55 additions, 0 deletionssrc/fe_stream_test/fe_generator_support.hh
- src/fe_stream_test/fe_multi_stream_test.cc 506 additions, 0 deletionssrc/fe_stream_test/fe_multi_stream_test.cc
- src/fe_stream_test/fe_stream_check.cc 19 additions, 0 deletionssrc/fe_stream_test/fe_stream_check.cc
- src/fe_stream_test/fe_stream_generator.cc 63 additions, 0 deletionssrc/fe_stream_test/fe_stream_generator.cc
- src/fe_stream_test/fe_stream_generator.hh 4 additions, 55 deletionssrc/fe_stream_test/fe_stream_generator.hh
- src/fe_stream_test/fe_stream_test.cc 1 addition, 92 deletionssrc/fe_stream_test/fe_stream_test.cc
Loading
Please register or sign in to comment