Skip to content
Snippets Groups Projects
  1. Aug 07, 2019
  2. Aug 03, 2019
  3. Aug 02, 2019
  4. Aug 01, 2019
  5. Jul 31, 2019
    • Jonathan Hanks's avatar
      Implement local_dc · 793b8f1e
      Jonathan Hanks authored
      Local_dc reads RT model data from mbuf (rmIpcStr) concentrates the data
      into one block and stores it in an output mbuf (daq_multi_cycle_data_t).
      
      In a standalone system this would be the data concentrator.  On a larger
      system, this prepares data for a streamer process.
      
      This also adds a basic test for local_dc which starts several local
      simulated FE streams, concentrates their data and checks that each
      channel is available in the output with the expected values.
      
      This removes fe_data_concentrator.
      This updates code in fe_stream_test.
      This adds a new fe_stream_check, renaming the old (and disabled) one
      to fe_stream_check_nds.
      
      This also enables cmake based testing.
      
      !!Warning the tests fail unless mbuf and gpstime are enabled!!
      793b8f1e
    • Jameson Rollins's avatar
      Merge branch 'zmq_recv' into 'master' · 0e5f429a
      Jameson Rollins authored
      Update zmq_recv to no longer use IX.  Move it to the zmq_stream dir.
      
      See merge request cds/advligorts!4
      0e5f429a
    • Jonathan Hanks's avatar
      Update zmq_recv to no longer use IX. Move it to the zmq_stream dir. · df22ee5d
      Jonathan Hanks authored
      Moved a bit of old zmq code to an 'attic' directory in the zmq area.
      
      Ripped out the dolphin bits from zmq_recv_ix_xmit_delay.cc and renamed
      it zmq_stream/zmq_recv.cc.
      
      Moved ix_stream/recvr_utils.hh to zmq_stream as it was some debug code
      for zmq_recv_ix_xmit.
      df22ee5d
    • Jameson Rollins's avatar
      Merge branch 'cmake_dolphin_detection' into 'master' · 15cb8414
      Jameson Rollins authored
      Change FindDolphin.cmake to look for libs in /opt/DIS/lib as well as lib64
      
      See merge request cds/advligorts!3
      15cb8414
  6. Jul 30, 2019
  7. Jul 23, 2019
  8. Jul 20, 2019
  9. Jul 19, 2019
  10. Jul 18, 2019
  11. Jul 12, 2019
  12. Jun 25, 2019
  13. Jun 22, 2019
Loading