Skip to content
Snippets Groups Projects
  1. Aug 21, 2019
  2. Aug 15, 2019
  3. Aug 14, 2019
  4. Aug 13, 2019
  5. Aug 12, 2019
  6. Aug 08, 2019
    • Jonathan Hanks's avatar
    • Keith Thorne's avatar
      Debian 9 config patch file · 837acfb1
      Keith Thorne authored
      837acfb1
    • Jonathan Hanks's avatar
      Fixes to mx_fe · 970dc1b7
      Jonathan Hanks authored
      When resyncing to the IOP, reset the counter for all models.
      This helps mx_fe skip models that have not been started (ie
      their mbuf is unitialized).
      
      Corrected some index values.  The ixDataBlock dcuheaders where
      indexed with the wrong value, and could cause a bad tpBlockSize
      to be caculated if a required model was stopped (this happens when
      the ii index != the db index) which can manifest itself with the
      process aborting after seeing an overflow.
      970dc1b7
  7. Aug 07, 2019
  8. Aug 06, 2019
  9. Aug 03, 2019
  10. Aug 02, 2019
  11. Aug 01, 2019
  12. 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
  13. Jul 30, 2019
  14. Jul 25, 2019
  15. Jul 23, 2019
Loading