[gen_fligtplan] 'call' statement can be configured to loop and/or break

default behavior:
- the function is called until returning FALSE (same as before)
- at the end of the call, go to next stage immediately (new)

this is related to #830
This commit is contained in:
Gautier Hattenberger
2014-10-31 00:18:18 +01:00
parent 43dc0c8154
commit 295714793d
2 changed files with 35 additions and 11 deletions
+3 -1
View File
@@ -162,7 +162,9 @@ value CDATA #REQUIRED>
<!ATTLIST call
fun CDATA #REQUIRED
until CDATA #IMPLIED>
until CDATA #IMPLIED
loop CDATA #IMPLIED
break CDATA #IMPLIED>
<!ATTLIST follow
ac_id CDATA #REQUIRED