paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] Flightplan call settings handlers


From: Christophe De Wagter
Subject: [Paparazzi-devel] Flightplan call settings handlers
Date: Sun, 18 May 2014 09:43:10 +0200

How can the flightplan call "handlers" as used in settings?

E.g. navigation_SetNavHeading(x) 

<set var="dummy" value="navigation_SetNavHeading(180)" /> needs an ugly dummy.

<call fun="navigation_SetNavHeading(180)" /> does never return as the settings handler does not return FALSE when ready.


<call fun="{navigation_SetNavHeading(180); FALSE; }" /> seems to work, but feels like a weird hack. 

Is there another solution that I missed?

-Christophe 

reply via email to

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