mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 12:57:27 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user