JSBSim Flight Dynamics Model  1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
XMLFile Class Reference

This class is solely for the purpose of determining what type of file is given on the command line. More...

+ Inheritance diagram for XMLFile:
+ Collaboration diagram for XMLFile:

Public Member Functions

bool IsAircraftFile (const SGPath &filename)
 
bool IsInitFile (const SGPath &filename)
 
bool IsLogDirectiveFile (const SGPath &filename)
 
bool IsScriptFile (const SGPath &filename)
 
- Public Member Functions inherited from FGXMLFileRead
ElementLoadXMLDocument (const SGPath &XML_filename, bool verbose=true)
 
ElementLoadXMLDocument (const SGPath &XML_filename, FGXMLParse &fparse, bool verbose=true)
 
void ResetParser (void)
 

Detailed Description

This class is solely for the purpose of determining what type of file is given on the command line.

Definition at line 152 of file JSBSim.cpp.


The documentation for this class was generated from the following file: