There is a hash bug when the daqd computes the channel hash to send the to run number server.
It truncates the name/units. This code adds an updated hash function that correctly uses the name/units. It keeps the old function availble for use when a parameter is set for compatibility.
parent
050de22b
No related branches found
No related tags found
Showing
- src/daqd/CMakeLists.txt 4 additions, 1 deletionsrc/daqd/CMakeLists.txt
- src/daqd/channel.hh 46 additions, 0 deletionssrc/daqd/channel.hh
- src/daqd/daqd.cc 17 additions, 22 deletionssrc/daqd/daqd.cc
- src/daqd/tests/test_daqd_channel_hashes.cc 166 additions, 0 deletionssrc/daqd/tests/test_daqd_channel_hashes.cc
Loading
Please register or sign in to comment