Skip to content

Commit c51d7ca

Browse files
committed
restore and keep the old event_builder for now
The old one was multicrate capable, the new one is not. The old one had crate/event mappings builtin for the new one a mapper needs to be implemented.
1 parent ec32926 commit c51d7ca

File tree

3 files changed

+556
-1
lines changed

3 files changed

+556
-1
lines changed

extras/mini-daq/src/mdpp16-readout-example1.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class ReadoutHelper
182182
};
183183

184184
void handle_event_data(void *userContext, int crateIndex, int eventIndex,
185-
const ModuleData *moduleDataList, unsigned moduleCount)
185+
const readout_parser::ModuleData *moduleDataList, unsigned moduleCount)
186186
{
187187
spdlog::info("handle_event_data: {} {}", fmt::ptr(moduleDataList), moduleCount);
188188
for (unsigned mi=0; mi<moduleCount; ++mi)

0 commit comments

Comments
 (0)