Howto:Implementing a simple GCA system: Difference between revisions

Jump to navigation Jump to search
m
Line 405: Line 405:
myLayout.addItem(button);
myLayout.addItem(button);
</syntaxhighlight>
</syntaxhighlight>
== Visualizing the Approach ==
Once we have a basic GCAController class working and a corresponding UI to set up the GCA, it seems to make sense to explore having a UI to monitor the ongoing approach by plotting a vertical and a horizontal view of the profile flown.
Basically, this is about plotting two diagrams and projecting the approach accordingly - we can do so by using the Canvas path drawing examples from the [[Canvas Snippets]] article and adapt those as needed.
<syntaxhighlight lang="nasal">
<syntaxhighlight>


== Ideas ==
== Ideas ==

Navigation menu