Skip to content
Snippets Groups Projects
  1. Nov 22, 2019
  2. Sep 06, 2019
  3. Sep 04, 2019
    • Jonathan Hanks's avatar
      Added a cmake based test for daqd. · 64186495
      Jonathan Hanks authored
      The test is to:
      
      * start a simulated IFO (via fe_multi_stream_test)
      * start daqd
      * read live data from nds
      * verify the data
      
      This updates the NDS2 client detection, reimplements fe_stream_check_nds,
      and adds some test harness logic.
      64186495
  4. Aug 06, 2019
  5. Jul 23, 2019
  6. Jul 20, 2019
  7. Jul 19, 2019
    • Jameson Rollins's avatar
      remove build files · 131ff50d
      Jameson Rollins authored
      These files appear to be generated during the cmake configure process,
      and therefore shouldn't be in the repo.
      131ff50d
  8. Jul 18, 2019
    • Jonathan Hanks's avatar
      Migrating daqd and related code from branch 3.5 · 25738869
      Jonathan Hanks authored
      This brings in:
      * Updates to the cmake build to support FrameCPP 2.6+
      * Various startup scripts for Debian8 & Gentoo 3.0
      * Daqd files updated to match branch 3.5
      * Moved over the ix/zmq/mx stream work from 3.5
      * The split of daq_core.h into daq_core.h & daq_core_defs.h to
      centralize declarations.
      25738869
  9. Sep 21, 2018
  10. Jun 22, 2018
  11. Jun 21, 2018
  12. Jun 20, 2018
  13. Jun 11, 2018
  14. May 01, 2018
  15. Mar 29, 2018
  16. Mar 20, 2018
  17. Mar 08, 2018
  18. Feb 23, 2018
  19. Feb 12, 2018
  20. Feb 09, 2018
  21. Feb 08, 2018
  22. Feb 06, 2018
    • Jonathan Hanks's avatar
      Added daqd_shmem · ded4a9f9
      Jonathan Hanks authored
      daqd_shmem is similar to a standiop.  However it reads data from one combined shared memory segment, does not require a timer or adc card.
      
      Updates to the fe_stream_test to put data in the proper places.
      
      Additional test scripts and commands to help manipulate and introspect mbuf memory buffers.
      src/drv/mbuf/mbuf_probe
      src/zmq_stream/scripts/dump_zmq_core_structs.py
      
      Added a zmq_recv command to receive data from a zmq stream and publish it to a local mbuf.
      
      Adding a new c userspace interface to the mbuf shared memory.
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4650 6dcd42c9-f523-4c6d-aada-af552506706e
      ded4a9f9
  23. Jan 04, 2018
  24. Dec 08, 2017
    • Jonathan Hanks's avatar
      Forward port of r4589. Fix for bug 1102. · 30155101
      Jonathan Hanks authored
      The rcv build of daqd had code to read cycle count information from an
      array of rmIpcStr structures.
      
      1. This was unneeded in this build of daqd
      2. The array was never initialized and resulted in invalid pointers
      3. It only ran in production due to optimization recognizing a unused variable and removing the bad read.
      
      This code breaks the producer.cc out to producer_rcv.cc and removes the unneeded rmIpcStr structures and accesses.
      
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4593 6dcd42c9-f523-4c6d-aada-af552506706e
      30155101
  25. Dec 01, 2017
Loading