Feature #22533
Idea #22529: Support the (proto)DUNE DFO Model in artdaq
Change signature of CommandableFragmentGenerator::getNext
Start date:
05/07/2019
Due date:
% Done:
0%
Estimated time:
Experiment:
-
Co-Assignees:
Description
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.
History
#1 Updated by Kurt Biery over 1 year ago
- Assignee set to Kurt Biery
- Status changed from New to Assigned
#2 Updated by Kurt Biery over 1 year ago
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.