Aircraft checklists: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 259: Line 259:
For an example of using automated checklists, refer to the [[Lockheed Constellation]], for which the script was originally written.
For an example of using automated checklists, refer to the [[Lockheed Constellation]], for which the script was originally written.


== Development ==
the docs for this particular feature are to be found in $FG_ROOT/Docs/README.checklists: https://gitorious.org/fg/fgdata/source/1415eef7a43fed664e46815a8595bcb1d6ebb829:Docs/README.checklists
This is also where you can read that the c172p is considered the reference implementation.
The system itself is located in [https://gitorious.org/fg/fgdata/source/1415eef7a43fed664e46815a8595bcb1d6ebb829:gui/dialogs/checklist.xml#L18 $FG_ROOT/gui/dialogs/checklist.xml (embedded Nasal)], but -at least for now- that should not matter to you - unless you want to extend the system to add support for new features (in which case, you'll also want to check out $FG_ROOT/Nasal/checklist.nas).
Whatever is added to the Nasal code should never be aircraft-specific - aircraft specific stuff needs to be expressed via your own XML files - if something is missing, just extend the Nasal file, or ask for help so that we can post some pointers/snippets.
<ref> {{cite web
  | url    = http://forum.flightgear.org/viewtopic.php?p=218209#p218209
  | title  = <nowiki>Re: </nowiki>
  | author = <nowiki>Hooray</nowiki>
  | date  = Sep 11th, 2014
  | added  = Sep 11th, 2014
  | script_version = 0.25
  }}
</ref>
== External link ==
== External link ==
* [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38325.html Aircraft Checklists] (mailing list)
* [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38325.html Aircraft Checklists] (mailing list)

Navigation menu