Skip to content

Commit bc02b8c

Browse files
committed
Clarify language in the ActionPlan and DaqModulesGroup description
1 parent 91810b9 commit bc02b8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/confmodel/dunedaq.schema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282

8383
<info name="" type="" num-of-items="49" oks-format="schema" oks-version="862f2957270" created-by="jcfree" created-on="mu2edaq13.fnal.gov" creation-time="20230123T223700" last-modified-by="eflumerf" last-modified-on="ironvirt9.mshome.net" last-modification-time="20241009T202839"/>
8484

85-
<class name="ActionPlan" description="A set of parallel steps for an application to carry out a command">
86-
<attribute name="execution_policy" description="How the application should execute steps of the action plan" type="enum" range="modules-in-parallel,modules-in-series" init-value="modules-in-parallel"/>
85+
<class name="ActionPlan" description="A set of steps for an application to carry out a command">
86+
<attribute name="execution_policy" description="How the application should dispatch the command to modules matched by each step of the ActionPlan" type="enum" range="modules-in-parallel,modules-in-series" init-value="modules-in-parallel"/>
8787
<relationship name="command" class-type="FSMCommand" low-cc="one" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
8888
<relationship name="steps" class-type="DaqModulesGroup" low-cc="zero" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no"/>
8989
</class>
@@ -146,7 +146,7 @@
146146
<relationship name="used_resources" class-type="HostComponent" low-cc="zero" high-cc="many" is-composite="yes" is-exclusive="no" is-dependent="yes"/>
147147
</class>
148148

149-
<class name="DaqModulesGroup" description="Represents a group of DAQ Modules that can run commands in parallel as one of the steps of an ActionPlan." is-abstract="yes">
149+
<class name="DaqModulesGroup" description="Represents a group of DAQ Modules that can run commands in parallel or in series as one of the steps of an ActionPlan." is-abstract="yes">
150150
</class>
151151

152152
<class name="DaqModulesGroupById">

0 commit comments

Comments
 (0)