- May 27, 2020
-
-
Jonathan Hanks authored
The buffer enters into a late state after its data has been read out. Any data for that cycle that arrives is considered late, until the next cycle comes in, at which point it is marked as dropped. This updates the late state when data is copied out of the buffer and clears it when a new gps second/cycle is accepted in. Closes #119.
-
- Apr 29, 2020
-
-
Jonathan Hanks authored
This is the daqd memory format, daq_multi_cycle_data_t in daq_core.h.
-
Jonathan Hanks authored
Cds_pub_sub now understands input from rmipc:// (FE mbuf inputs) and output to daqm:// (daqd memory buffers, daq_multi_cycle_t in a mbuf).
-
Jonathan Hanks authored
-
Jonathan Hanks authored
Created cds_pub_sub from cps_recv Added a sub plugin for the rmIpcStr based mbufs from the FE systems.
-
- Mar 11, 2020
-
-
Jonathan Hanks authored
cps is cds pub sub
-
Jonathan Hanks authored
Ran clang format.
-
Jonathan Hanks authored
Introduce a make_unique place holder for C++11 support.
-
Jonathan Hanks authored
Added some EPICS output to sub_recv.
-
Jonathan Hanks authored
-