FG1000: Difference between revisions

226 bytes removed ,  3 January 2018
No edit summary
Line 336: Line 336:


* MFD.nas - top level MFD device, loads the other Nasal files (likely to be moved elsewhere later) and pages.
* MFD.nas - top level MFD device, loads the other Nasal files (likely to be moved elsewhere later) and pages.
* EIS.nas - Engine Information System.  Currently a simple C172s is displayed, needs to be more generic and to use Emesary
* Drivers/EISDriver.nas - driver for the Engine Information System. Likely to be replaced with Emesary
* PageGroupControllers.nas - controller for the Page Group display in the bottom right of the MFD, controlled by the FMS knob, and which allows selection between different page groups and individual pages.
* PageGroupControllers.nas - controller for the Page Group display in the bottom right of the MFD, controlled by the FMS knob, and which allows selection between different page groups and individual pages.
* [PageName]/[PageName].nas - MFD page, inheriting from the MDF_Generic.PFD_Page.  Creates any required MapStructure and hierarchy of softkeys.
* [PageName]/[PageName].nas - MFD page, inheriting from the MDF_Generic.PFD_Page.  Creates any required MapStructure and hierarchy of softkeys.