Class MSFSXMLGenerator

Direct Known Subclasses:
FS2020Generator, P3DGenerator

abstract class MSFSXMLGenerator extends MSFSGenerator
An abstract Flight Plan Generator to create FSX-style XML flight plans.
Since:
9.1
Version:
9.1
Author:
Luke
  • Constructor Details

    • MSFSXMLGenerator

      protected MSFSXMLGenerator(int appMajor, int appVersion)
      Creates the Generator.
      Parameters:
      appMajor - the application major version
      appVersion - the application version
  • Method Details