]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.hxx
Clean-up: move autosave.xml loading code to proper method
[flightgear.git] / src / Navaids / navdb.hxx
index 5c2aa117ce252120bb2a4208df3d14de07090a8a..a4aa9be1b77c8ab990a046b0ef74f5540e8f2fdb 100644 (file)
@@ -37,6 +37,13 @@ bool fgNavDBInit( FGNavList *navlist, FGNavList *loclist, FGNavList *gslist,
                   FGTACANList *channellist );
 
 
+/**
+ * Return the property node corresponding to the runway ILS installation,
+ * from the Airports/I/C/A/ICAO.ils.xml file (loading it if necessary)
+ * returns NULL is no ILS data is defined for the runway.
+ */
+SGPropertyNode* ilsDataForRunwayAndNavaid(FGRunway* aRunway, const std::string& aNavIdent);
+
 /**
  * Helper to map a nav.data name (eg 'KBWI 33R GS') into a FGRunway reference.
  * returns NULL, and complains loudly, if the airport/runway is not found.