art-daq / artdaq

Other
0 stars 3 forks source link

Change signature of CommandableFragmentGenerator::getNext #137

Closed eflumerf closed 2 years ago

eflumerf commented 2 years ago

This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/22533 (FNAL account required) Originally created by @eflumerf on 2019-05-08 02:21:03


CommandableFragmentGenerator::getNext should return a list of pairs of destinations and FragmentPtrs. These destinations should be initialized to -1, and filled in with the destination field for the requests being fulfilled in applyRequests.

This is a step towards combining the Request and Routing Table protocols.

eflumerf commented 2 years ago

Comment by @bieryAtFnal on 2019-06-05 21:03:07


I've created feature/22533_CFG_getNextWithDestinations branches in artdaq_core and artdaq for this work. In the artdaq_core repo, this branch was based off tag v3_04_16. In the artdaq repo, it was based off the develop branch, and the feature/CFG_MultipleFragmentsPerRead branch was merged into the feature/22533_CFG_getNextWithDestinations branch.