Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 21, 2018
  3. Jun 21, 2018
  4. Mar 08, 2018
  5. Feb 09, 2018
  6. Feb 08, 2018
  7. 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
  8. 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
  9. Sep 07, 2017
  10. Aug 18, 2017
  11. Aug 12, 2017
  12. Aug 11, 2017
  13. Aug 10, 2017
  14. Jul 25, 2017
  15. Jul 11, 2017
  16. Jul 07, 2017
  17. Jun 30, 2017
  18. Jun 09, 2017
Loading