Skip to content

Commit

Permalink
JCF: update names as described in DUNE-DAQ/daq-release#376 and detail…
Browse files Browse the repository at this point in the history
  • Loading branch information
John Freeman committed Jun 14, 2024
1 parent 6c11d1f commit 70d8e14
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ A module for controlling the `HD timing` implementation of an HSI. The HSI may o

A DUNE DAQ module for reading `HSIEvent` from `HSI` hardware. The module periodically polls the `HSI` firmware, and checks if there are complete events in the buffer. If there is at least one such event, the event is read out, a `dfmessages::HSIEvent` is constructed and sent out on the `HSIEvent` output queue. The interval between polls is configurable via the parameter `readout_period`.

#### FakeHSIEventGenerator
#### FakeHSIEventGeneratorModule

In the absence of real `HSI` hardware, this module can be used to emululate an `HSI`, and act as a source of `HSIEvent`s. The timestamp of the emulated `HSIEvent`s is obtained from timestamp estimates provided by `TimestampEstimator`. The distribution of signals in the `HSIEvent` bitmap along with their rate are configurable via the following parameters.

Expand Down
2 changes: 1 addition & 1 deletion python/timinglibs/apps/tfc_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# As with testapp_noreadout_confgen.py
# in this directory, no modules from the readout package are used: the
# fragments are provided by the FakeDataProd module from dfmodules
# fragments are provided by the FakeDataProdModule module from dfmodules

import math
from rich.console import Console
Expand Down
2 changes: 1 addition & 1 deletion python/timinglibs/apps/thi_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# As with testapp_noreadout_confgen.py
# in this directory, no modules from the readout package are used: the
# fragments are provided by the FakeDataProd module from dfmodules
# fragments are provided by the FakeDataProdModule module from dfmodules


# Set moo schema search path
Expand Down
2 changes: 1 addition & 1 deletion python/timinglibs/apps/tmc_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# As with testapp_noreadout_confgen.py
# in this directory, no modules from the readout package are used: the
# fragments are provided by the FakeDataProd module from dfmodules
# fragments are provided by the FakeDataProdModule module from dfmodules

import math
from rich.console import Console
Expand Down
2 changes: 1 addition & 1 deletion python/timinglibs/fake_hsi_app_confgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def generate(
app.QueueInfo(name="output", inst="time_sync_from_netq", dir="output")
]),

mspec("fhsig", "FakeHSIEventGenerator", [
mspec("fhsig", "FakeHSIEventGeneratorModule", [
app.QueueInfo(name="time_sync_source", inst="time_sync_from_netq", dir="input"),
]),
]
Expand Down

0 comments on commit 70d8e14

Please sign in to comment.