paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] 55ca61: [flight plans] add cal


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] 55ca61: [flight plans] add call_once and run aliases
Date: Tue, 19 Apr 2016 15:02:09 -0700

  Branch: refs/heads/flight_plan_call_aliases
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 55ca616b58f629da883f5e79f407eb69d727f780
      
https://github.com/paparazzi/paparazzi/commit/55ca616b58f629da883f5e79f407eb69d727f780
  Author: Felix Ruess <address@hidden>
  Date:   2016-04-19 (Tue, 19 Apr 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`.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]