Aircraft checklists: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 94: Line 94:
The plan is to extend this function so that checklists with one or more items containing a <binding> element can have an (optional) button
The plan is to extend this function so that checklists with one or more items containing a <binding> element can have an (optional) button
to execute the entire checklist.
to execute the entire checklist.
=== Grouping Checklists ===
Checklists can optionally be grouped together under a <group> node in the property tree, with each group given a descriptive name. For example:
  <group>
  <name>Emergency</name>
  <checklist>...
  <checklist>...
  </group>
  <group>
  <name>Ground</name>
  <checklist>...
  <checklist>...
  </group>
This is supported within the Checklist dialog, and also by the FG1000.


== Reloading checklists ==
== Reloading checklists ==
13

edits

Navigation menu