[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 7c75a6: [flight plans] add cal
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 7c75a6: [flight plans] add call_once and run aliases |
Date: |
Wed, 18 May 2016 02:02:38 -0700 |
Branch: refs/heads/flight_plan_call_aliases
Home: https://github.com/paparazzi/paparazzi
Commit: 7c75a60430d02dc07c50bef16ef016eedbedb78d
https://github.com/paparazzi/paparazzi/commit/7c75a60430d02dc07c50bef16ef016eedbedb78d
Author: Felix Ruess <address@hidden>
Date: 2016-05-18 (Wed, 18 May 2016)
Changed paths:
M conf/flight_plans/flight_plan.dtd
M conf/flight_plans/nav_modules.xml
M sw/tools/generators/gen_flight_plan.ml
Log Message:
-----------
[flight plans] add call_once and run aliases
- `<call_once fun="x"/>` is an alias for `<call fun="x" loop="false"/>`
- `<run fun="x"/>` is an alias for `<call fun="x" loop="true">` (hence same as
call without loop explicitly specified)
The idea is to make this distinction more clear and encourage the use of `run`
and `call_once` instead of `call`.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 7c75a6: [flight plans] add call_once and run aliases,
GitHub <=