-
- Downloads
Filter out messages with inconsistent nanoseconds and cycles
* Fix the checks in mbuf_probe gap_check to catch this case * Add a filter to cps_recv * Add an integration test * extend fe_simulation to simulate a timing glitch that sets the wrong nano-seconds value
parent
bf165c39
No related branches found
No related tags found
Showing
- src/daqd/CMakeLists.txt 4 additions, 0 deletionssrc/daqd/CMakeLists.txt
- src/daqd/tests/test_daqd_timing_glitches_issue_294.py 113 additions, 0 deletionssrc/daqd/tests/test_daqd_timing_glitches_issue_294.py
- src/drv/mbuf/mbuf_probe/gap_check.cc 10 additions, 9 deletionssrc/drv/mbuf/mbuf_probe/gap_check.cc
- src/fe_stream_test/fe_simulation/cmd/fe_simulated_streams/admin_interface.go 30 additions, 0 deletions...fe_simulation/cmd/fe_simulated_streams/admin_interface.go
- src/fe_stream_test/fe_simulation/cmd/fe_simulated_streams/templates.go 9 additions, 0 deletions..._test/fe_simulation/cmd/fe_simulated_streams/templates.go
- src/fe_stream_test/fe_simulation/middleware/data_import.go 20 additions, 3 deletionssrc/fe_stream_test/fe_simulation/middleware/data_import.go
- src/fe_stream_test/fe_simulation/model.go 11 additions, 0 deletionssrc/fe_stream_test/fe_simulation/model.go
- src/fe_stream_test/fe_simulation/simulation.go 65 additions, 4 deletionssrc/fe_stream_test/fe_simulation/simulation.go
- src/pub_sub_stream/message_filter.hh 45 additions, 2 deletionssrc/pub_sub_stream/message_filter.hh
- src/pub_sub_stream/sub_recv_bufferred.cc 23 additions, 15 deletionssrc/pub_sub_stream/sub_recv_bufferred.cc
Loading
Please register or sign in to comment