DUNE-DAQ / readout

This package contains Upstream DAQ Readout specific software and utilities, appfwk DAQModules, CCM interface implementations, and software emulators.
2 stars 1 forks source link

Floriangroetschla/restructuring #77

Closed floriangroetschla closed 3 years ago

floriangroetschla commented 3 years ago

Restructuring of the readout package and changes to better accommodate different frontend types. Callbacks are removed and templates are used instead. Some unused files containing code for flow graph processing were removed and tbb removed as a dependency by moving to a folly queue (instead of the tbb concurrent queue).