Skip to content

Commit

Permalink
correct link to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mroda88 committed Nov 22, 2024
1 parent 72ab613 commit 4b4f69b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions schema/appmodel/PDS.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<oks-schema>

<info name="" type="" num-of-items="9" oks-format="schema" oks-version="862f2957270" created-by="mroda" created-on="theta.ph.liv.ac.uk" creation-time="20241011T123346" last-modified-by="maroda" last-modified-on="np04-srv-015.cern.ch" last-modification-time="20241122T113846"/>
<info name="" type="" num-of-items="9" oks-format="schema" oks-version="862f2957270" created-by="mroda" created-on="theta.ph.liv.ac.uk" creation-time="20241011T123346" last-modified-by="maroda" last-modified-on="np04-srv-015.cern.ch" last-modification-time="20241122T114531"/>

<include>
<file path="schema/confmodel/dunedaq.schema.xml"/>
Expand All @@ -100,7 +100,7 @@
<class name="DaphneConf" description="Top entry for the configuraiton of a single daphne board">
<attribute name="timeout_ms" description="timeout used for the board operations" type="u16" range="1..60000" init-value="1000" is-not-null="yes"/>
<attribute name="configuration_file" type="string" is-not-null="yes"/>
<relationship name="default_settings" description="Value to be used during scrap" class-type="DaphneV2BoardConf" low-cc="zero" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
<relationship name="default_v2_settings" description="Value to be used during scrap" class-type="DaphneV2BoardConf" low-cc="one" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
<method name="get_timeout" description="get the interval casted in ms">
<method-implementation language="C++" prototype="std::chrono::milliseconds get_timeout() const" body="BEGIN_HEADER_PROLOGUE&#xA;#include &lt;chrono&gt;&#xA;END_HEADER_PROLOGUE&#xA;&#xA;return std::chrono::milliseconds(get_timeout_ms());"/>
</method>
Expand Down Expand Up @@ -138,6 +138,12 @@
<relationship name="active_afes" class-type="DaphneV2AFE" low-cc="zero" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no"/>
<relationship name="default_channel" class-type="DaphneV2Channel" low-cc="one" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
<relationship name="default_afe" class-type="DaphneV2AFE" low-cc="one" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
<method name="get_channel" description="Retrieve the correct channel configuration">
<method-implementation language="c++" prototype="const DaphneV2Channel &amp; get_channel( uint8_t ch, bool scrap) const " body=""/>
</method>
<method name="get_afe" description="retrieve the correct afe configuration">
<method-implementation language="c++" prototype="const DaphneV2AFE &amp; get_afe( uint8_t id, bool scrap) const " body=""/>
</method>
</class>

<class name="DaphneV2Channel">
Expand Down

0 comments on commit 4b4f69b

Please sign in to comment.