Skip to content
Snippets Groups Projects
  1. Jun 01, 2021
  2. Apr 29, 2020
  3. Mar 30, 2020
    • Jonathan Hanks's avatar
      Removing ZMQ from the advLigoRTS code. · d2750ac5
      Jonathan Hanks authored
      The zmq streamers where kept around as a off the shelf method to move data for small (test) systems.  However the pub/sub code appears to work better, and has no distribution limitations either.  So remove the zmq code in favor of the pub/sub.
      d2750ac5
  4. Jan 07, 2020
    • Jonathan Hanks's avatar
      Reimplement the simple_pv interface to directly do a EPICS pcas server. · 3e87e9ce
      Jonathan Hanks authored
      Previously the simple_pv library had provided a pipe to serialize framed json data to as a way to export debug information.  Then an external process dc_cas.py would read from the pipe and reflect the data into EPICS.  This is a reworking of the code to remove the external process and provide an interface to export int and string values into EPICS.
      
      * Removes dc_cas.py
      * Removes the old simple_pv.c
      * Adds in a simple abstraction around an EPICS pCas server (C and C++ interfaces provided)
      3e87e9ce
  5. Dec 03, 2019
  6. Nov 22, 2019
  7. 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
  8. Jan 04, 2018
Loading