Skip to content

Commit

Permalink
Merge pull request #138 from DUNE-DAQ/johnfreeman/daq-release_issue37…
Browse files Browse the repository at this point in the history
…9_renames_pt2

JCF: for DUNE-DAQ/daq-release#379, change DataLinkHandler to RawDataH…
  • Loading branch information
jcfreeman2 authored Jun 27, 2024
2 parents bd72f58 + 51e091b commit 05557f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dpdklibs/reader_confgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def generate_dpdk_reader_app(
if ENABLE_SOFTWARE_TPG:
queues += [Queue(f"datahandler_{idx}.tp_out",f"sw_tp_handler_{idx}.raw_input",f"sw_tp_link_{idx}",100000 )]

modules += [DAQModule(name=f"datahandler_{source_id}", plugin="DataLinkHandler", conf=rconf.Conf(
modules += [DAQModule(name=f"datahandler_{source_id}", plugin="RawDataHandler", conf=rconf.Conf(
readoutmodelconf=rconf.DataHandlingModelConf(
source_queue_timeout_ms=QUEUE_POP_WAIT_MS,
fake_trigger_flag=1,
Expand Down

0 comments on commit 05557f0

Please sign in to comment.