Beginning to bring the zmq receiving into the daqd.
Needed to split the zmq_daq.h file into two portions to avoid name conflicts on channel_t structures. The daqd does not need (cannot use) the version found in the zmq_daq.h. So zmq_daq_core.h contains the structures and definitions that the daqd needs to injest streams from the FE computers. zmq_daq.h includes zmq_daq_core.h. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4469 6dcd42c9-f523-4c6d-aada-af552506706e
Showing
- src/daqd/CMakeLists.txt 1 addition, 0 deletionssrc/daqd/CMakeLists.txt
- src/daqd/producer_dc_zmq.cc 10 additions, 8 deletionssrc/daqd/producer_dc_zmq.cc
- src/zmq_stream/CMakeLists.txt 2 additions, 0 deletionssrc/zmq_stream/CMakeLists.txt
- src/zmq_stream/zmq_daq.h 1 addition, 82 deletionssrc/zmq_stream/zmq_daq.h
- src/zmq_stream/zmq_daq_core.h 100 additions, 0 deletionssrc/zmq_stream/zmq_daq_core.h
- src/zmq_stream/zmq_dc_recv.cc 14 additions, 0 deletionssrc/zmq_stream/zmq_dc_recv.cc
- src/zmq_stream/zmq_dc_recv.h 2 additions, 1 deletionsrc/zmq_stream/zmq_dc_recv.h
Loading
Please register or sign in to comment