DUNE-DAQ / daq-release

Scripts and configuration files for the DUNE DAQ release
https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-release/
2 stars 0 forks source link

Rename readout classes and repositories #379

Closed alessandrothea closed 1 month ago

alessandrothea commented 2 months ago

Note: Cannot rename readoutlibs/modules without breaking v4.X development; must make new repo.

Proposed steps:

  1. Rename ReadoutModule (and ReadoutModuleConf) to DataHandler (and DataHandlerConf) and push to nightlies - already done
  2. Create the new datahandlinglibs repository by git-mirroring readoutlibs
  3. Copy readoutmodules code into datahandlinglibs
  4. In datahandlinglibs only: update namespace names to datahandlinglibs. Rename ReadoutConcept.* and ReadoutModel.* ReadoutModulesIssues to DataHandling*
  5. Add datahandlinglibs to nightlies
  6. Switch the rest of the code from readoutlibs/readoutmodules to datahandlinglibs. Rename *DataLinkHandler as *RawDataHandler
jcfreeman2 commented 1 month ago

Complete; changes going in to fddaq-v5.1.0