Give the FGAirport class a sane filename.
simple.[cxx|hxx] -> airport.[cxx|hxx]
This commit is contained in:
parent
11c00afaec
commit
1eb8ae1fbf
50 changed files with 51 additions and 51 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <Scenery/scenery.hxx>
|
||||
#include <Scenery/tilemgr.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Main/util.hxx>
|
||||
|
||||
#include <string>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <Main/globals.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Main/fg_init.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/groundnetwork.hxx>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/props/props_io.hxx>
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include "AIAircraft.hxx"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <boost/foreach.hpp>
|
||||
|
||||
#include <Main/globals.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
#include "AIManager.hxx"
|
||||
#include "AIAircraft.hxx"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <iostream>
|
||||
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Scenery/scenery.hxx>
|
||||
#include "atc_mgr.hxx"
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include <Main/fg_props.hxx>
|
||||
#include <GUI/gui.h> // mkDialog
|
||||
#include <GUI/new_gui.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <ATC/CommStation.hxx>
|
||||
|
||||
using std::string;
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include <Traffic/TrafficMgr.hxx>
|
||||
#include <Airports/groundnetwork.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Radio/radio.hxx>
|
||||
#include <signal.h>
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <Main/globals.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <ATC/CommStation.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
FGATC::FGATC() :
|
||||
freq(0),
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -13,7 +13,7 @@ set(SOURCES
|
|||
runwayprefs.cxx
|
||||
runways.cxx
|
||||
sidstar.cxx
|
||||
simple.cxx
|
||||
airport.cxx
|
||||
xmlloader.cxx
|
||||
)
|
||||
|
||||
|
@ -30,7 +30,7 @@ set(HEADERS
|
|||
runwayprefs.hxx
|
||||
runways.hxx
|
||||
sidstar.hxx
|
||||
simple.hxx
|
||||
airport.hxx
|
||||
xmlloader.hxx
|
||||
)
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "simple.hxx"
|
||||
#include "airport.hxx"
|
||||
|
||||
#include <cassert>
|
||||
#include <boost/foreach.hpp>
|
|
@ -1,4 +1,4 @@
|
|||
// simple.hxx -- a really simplistic class to manage airport ID,
|
||||
// airport.hxx -- a really simplistic class to manage airport ID,
|
||||
// lat, lon of the center of one of it's runways, and
|
||||
// elevation in feet.
|
||||
//
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "simple.hxx"
|
||||
#include "airport.hxx"
|
||||
#include "runways.hxx"
|
||||
#include "pavement.hxx"
|
||||
#include <Navaids/NavDataCache.hxx>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <Navaids/NavDataCache.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
/*****************************************************************************
|
||||
* Helper function for parsing position string
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include <ATCDCL/ATCutils.hxx>
|
||||
#include <Navaids/NavDataCache.hxx>
|
||||
|
||||
#include "simple.hxx"
|
||||
#include "airport.hxx"
|
||||
#include "dynamics.hxx"
|
||||
|
||||
using std::string;
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include <simgear/structure/exception.hxx>
|
||||
#include <simgear/timing/timestamp.hxx>
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <Airports/runways.hxx>
|
||||
|
||||
#include "runwayprefs.hxx"
|
||||
#include "simple.hxx"
|
||||
#include "airport.hxx"
|
||||
|
||||
/******************************************************************************
|
||||
* ScheduleTime
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "runways.hxx"
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Navaids/procedure.hxx>
|
||||
#include <Navaids/navrecord.hxx>
|
||||
#include <Navaids/NavDataCache.hxx>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
|
||||
#include "sidstar.hxx"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "runwayprefloader.hxx"
|
||||
|
||||
#include "dynamics.hxx"
|
||||
#include "simple.hxx"
|
||||
#include "airport.hxx"
|
||||
#include "runwayprefs.hxx"
|
||||
|
||||
#include <Navaids/NavDataCache.hxx>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include "Navaids/positioned.hxx"
|
||||
#include <Navaids/waypoint.hxx>
|
||||
#include <Navaids/procedure.hxx>
|
||||
#include "Airports/simple.hxx"
|
||||
#include "Airports/airport.hxx"
|
||||
#include "Airports/runways.hxx"
|
||||
#include <GUI/new_gui.hxx>
|
||||
#include <GUI/dialog.hxx>
|
||||
|
|
|
@ -70,7 +70,7 @@ using std::string;
|
|||
#include <Navaids/navrecord.hxx>
|
||||
#include <Navaids/navlist.hxx>
|
||||
#include <Navaids/fix.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include "od_gauge.hxx"
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include <Main/globals.hxx>
|
||||
#include <Viewer/renderer.hxx>
|
||||
#include <Cockpit/panel.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/pavement.hxx>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include "precipitation_mgr.hxx"
|
||||
#include "ridge_lift.hxx"
|
||||
#include "terrainsampler.hxx"
|
||||
#include "Airports/simple.hxx"
|
||||
#include "Airports/airport.hxx"
|
||||
#include "gravity.hxx"
|
||||
#include "magvarmanager.hxx"
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <Main/globals.hxx>
|
||||
#include <Main/util.hxx>
|
||||
#include <Viewer/renderer.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
#include "fgclouds.hxx"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#ifndef __METARAIRPORTFILTER_HXX
|
||||
#define __METARAIRPORTFILTER_HXX
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <simgear/props/props.hxx>
|
||||
|
||||
namespace Environment {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef __METARPROPERTIES_HXX
|
||||
#define __METARPROPERTIES_HXX
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/props/tiedpropertylist.hxx>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#endif
|
||||
|
||||
#include <Main/globals.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
#include "AirportList.hxx"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <Navaids/navrecord.hxx>
|
||||
#include <Navaids/navlist.hxx>
|
||||
#include <Navaids/fix.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Main/fg_os.hxx> // fgGetKeyModifiers()
|
||||
#include <Navaids/routePath.hxx>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <simgear/structure/commands.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <ATC/CommStation.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
using std::string;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <Main/fg_props.hxx>
|
||||
#include <Navaids/fix.hxx>
|
||||
#include <Navaids/navrecord.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
|
||||
#include <fstream>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "Navaids/positioned.hxx"
|
||||
#include <Navaids/waypoint.hxx>
|
||||
#include "Navaids/navrecord.hxx"
|
||||
#include "Airports/simple.hxx"
|
||||
#include "Airports/airport.hxx"
|
||||
#include "Airports/runways.hxx"
|
||||
#include "Autopilot/route_mgr.hxx"
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
using std::string;
|
||||
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
#if defined( HAVE_VERSION_H ) && HAVE_VERSION_H
|
||||
# include <Include/version.h>
|
||||
|
|
|
@ -38,7 +38,7 @@ using std::map;
|
|||
class SGSampleGroup;
|
||||
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <Sound/voiceplayer.hxx>
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
#include <Aircraft/replay.hxx>
|
||||
#include <Aircraft/FlightHistory.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
|
||||
#include <AIModel/AIManager.hxx>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <Navaids/navlist.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include <AIModel/AIManager.hxx>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#define FG_FLIGHTPLAN_HXX
|
||||
|
||||
#include <Navaids/route.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
typedef SGSharedPtr<FGAirport> FGAirportRef;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <simgear/misc/sg_path.hxx>
|
||||
|
||||
#include <Navaids/waypoint.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include <Main/globals.hxx>
|
||||
#include "markerbeacon.hxx"
|
||||
#include "navrecord.hxx"
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <ATC/CommStation.hxx>
|
||||
#include "fix.hxx"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "navlist.hxx"
|
||||
#include <Main/globals.hxx>
|
||||
#include <Navaids/markerbeacon.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/xmlloader.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <Navaids/navrecord.hxx>
|
||||
#include <Navaids/navdb.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/xmlloader.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Navaids/NavDataCache.hxx>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include <Navaids/procedure.hxx>
|
||||
#include <Navaids/waypoint.hxx>
|
||||
#include <Navaids/LevelDXML.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
|
||||
using std::string;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <simgear/bucket/newbucket.hxx>
|
||||
|
||||
#include <Airports/runways.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Airports/dynamics.hxx>
|
||||
#include <Airports/parking.hxx>
|
||||
#include <Scripting/NasalSys.hxx>
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
#include <AIModel/AIFlightPlan.hxx>
|
||||
#include <AIModel/AIManager.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Main/fg_init.hxx> // That's pretty ugly, but I need fgFindAirportID
|
||||
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#include <AIModel/AIFlightPlan.hxx>
|
||||
#include <AIModel/AIManager.hxx>
|
||||
#include <AIModel/AIAircraft.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Main/fg_init.hxx> // That's pretty ugly, but I need fgFindAirportID
|
||||
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
#include <AIModel/AIAircraft.hxx>
|
||||
#include <AIModel/AIFlightPlan.hxx>
|
||||
#include <AIModel/AIBase.hxx>
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/airport.hxx>
|
||||
#include <Main/fg_init.hxx>
|
||||
|
||||
#include "TrafficMgr.hxx"
|
||||
|
|
Loading…
Add table
Reference in a new issue