Skip to content

Commit

Permalink
Merge pull request #141 from DUNE-DAQ/mrigan/trigger_latency
Browse files Browse the repository at this point in the history
config attributes related to latency in trigger
  • Loading branch information
MRiganSUSX authored Oct 11, 2024
2 parents a89ea0f + 54fa5cf commit 4563fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema/appmodel/application.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<class name="DataProcessor">
<attribute name="queue_sizes" type="u32" init-value="10000"/>
<attribute name="thread_names_prefix" type="string" init-value="postproc-"/>
<attribute name="latency_monitoring" type="bool" init-value="true" is-not-null="yes"/>
</class>

<class name="DataReaderConf">
Expand Down
3 changes: 3 additions & 0 deletions schema/appmodel/trigger.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<superclass name="DataReaderConf"/>
<attribute name="prescale" description="Prescale factor to apply to HSIEvent input" type="u32" init-value="1" is-not-null="yes"/>
<relationship name="signals" class-type="HSISignalWindow" low-cc="one" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no"/>
<attribute name="latency_monitoring" type="bool" init-value="true" is-not-null="yes"/>
</class>

<class name="HSIEventToTCApplication">
Expand Down Expand Up @@ -174,6 +175,7 @@
<attribute name="td_out_of_timeout" type="bool" init-value="true" is-not-null="yes"/>
<attribute name="buffer_timeout" type="u32" init-value="100" is-not-null="yes"/>
<attribute name="td_readout_limit" type="u32" init-value="1000" is-not-null="yes"/>
<attribute name="latency_monitoring" type="bool" init-value="true" is-not-null="yes"/>
</class>

<class name="MLTModule">
Expand Down Expand Up @@ -215,6 +217,7 @@
<class name="StandaloneTCMakerConf" is-abstract="yes">
<attribute name="template_for" type="class" init-value="StandaloneTCMakerModule" is-not-null="yes"/>
<attribute name="timestamp_method" type="enum" range="kTimeSync,kSystemClock" init-value="kTimeSync" is-not-null="yes"/>
<attribute name="latency_monitoring" type="bool" init-value="true" is-not-null="yes"/>
</class>

<class name="StandaloneTCMakerModule">
Expand Down

0 comments on commit 4563fd2

Please sign in to comment.