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. Jul 20, 2019
  5. 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
  6. Sep 21, 2018
  7. Jun 21, 2018
  8. Mar 08, 2018
  9. Feb 09, 2018
  10. Feb 08, 2018
  11. 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
  12. 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
  13. Sep 07, 2017
  14. Aug 18, 2017
  15. Aug 12, 2017
  16. Aug 11, 2017
  17. Aug 10, 2017
  18. Jul 25, 2017
  19. Jul 11, 2017
  20. Jul 07, 2017
  21. Jun 30, 2017
  22. Jun 09, 2017
Loading