master/slave => leader/follower

This commit is contained in:
2020-04-18 09:00:03 +02:00
parent 1cd8873e5b
commit 308e980bfd
72 changed files with 399 additions and 399 deletions

View File

@ -8,22 +8,22 @@
<variable name="mode_conteneur_actif" type="oui/non" description="No change">
<value>non</value>
</variable>
<variable name="master" type="string" description="master" multi="True"/>
<variable name="slave1" type="string" description="slave1" multi="True"/>
<variable name="slave2" type="string" description="slave2" auto_save="True" multi="True"/>
<variable name="leader" type="string" description="leader" multi="True"/>
<variable name="follower1" type="string" description="follower1" multi="True"/>
<variable name="follower2" type="string" description="follower2" auto_save="True" multi="True"/>
</family>
</variables>
<constraints>
<fill name="calc_val" target="slave1">
<fill name="calc_val" target="follower1">
<param name="valeur">valfill</param>
</fill>
<fill name="calc_val" target="slave2">
<param type="variable">slave1</param>
<fill name="calc_val" target="follower2">
<param type="variable">follower1</param>
</fill>
<group master="master">
<slave>slave1</slave>
<slave>slave2</slave>
<group leader="leader">
<follower>follower1</follower>
<follower>follower2</follower>
</group>
</constraints>