Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions schema/appmodel/trigger.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
<attribute name="scale_divisor_plane2" description="Running sum scale divisor for plane 2." type="u8" init-value="1" is-not-null="yes"/>
</class>

<class name="AVXThresholdProcessor" description="TPG threshold signal processor. Filters the input signal by passing values that are above threshold and suppresing otherwise.">
<class name="AVXThresholdProcessor" description="TPG threshold signal processor. Filters the input signal by passing values that are above threshold and suppressing otherwise.">
<superclass name="ProcessingStep"/>
<attribute name="plane0" description="Threshold for plane 0." type="u16" init-value="100" is-not-null="yes"/>
<attribute name="plane1" description="Threshold for plane 1." type="u16" init-value="100" is-not-null="yes"/>
<attribute name="plane2" description="Threshold for plane 2." type="u16" init-value="100" is-not-null="yes"/>
<attribute name="plane0" description="Threshold for plane 0." type="s16" init-value="100" is-not-null="yes"/>
<attribute name="plane1" description="Threshold for plane 1." type="s16" init-value="100" is-not-null="yes"/>
<attribute name="plane2" description="Threshold for plane 2." type="s16" init-value="100" is-not-null="yes"/>
</class>

<class name="DataSubscriberModule">
Expand Down