1
0
Fork 0

Give the FGAirport class a sane filename.

simple.[cxx|hxx] -> airport.[cxx|hxx]
This commit is contained in:
James Turner 2013-02-21 11:32:02 +00:00
parent 11c00afaec
commit 1eb8ae1fbf
50 changed files with 51 additions and 51 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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"

View file

@ -26,7 +26,7 @@
#include <fstream>
#include <iostream>
#include <Airports/simple.hxx>
#include <Airports/airport.hxx>
#include <Airports/runways.hxx>
#include <Airports/dynamics.hxx>

View file

@ -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>

View file

@ -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"

View file

@ -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"

View file

@ -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;

View file

@ -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>

View file

@ -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),

View file

@ -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>

View file

@ -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
)

View file

@ -28,7 +28,7 @@
# include <config.h>
#endif
#include "simple.hxx"
#include "airport.hxx"
#include <cassert>
#include <boost/foreach.hpp>

View file

@ -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.
//

View file

@ -43,7 +43,7 @@
#include <string>
#include "simple.hxx"
#include "airport.hxx"
#include "runways.hxx"
#include "pavement.hxx"
#include <Navaids/NavDataCache.hxx>

View file

@ -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

View file

@ -42,7 +42,7 @@
#include <ATCDCL/ATCutils.hxx>
#include <Navaids/NavDataCache.hxx>
#include "simple.hxx"
#include "airport.hxx"
#include "dynamics.hxx"
using std::string;

View file

@ -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>

View file

@ -36,7 +36,7 @@
#include <Airports/runways.hxx>
#include "runwayprefs.hxx"
#include "simple.hxx"
#include "airport.hxx"
/******************************************************************************
* ScheduleTime

View file

@ -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>

View file

@ -30,7 +30,7 @@
#include <Airports/simple.hxx>
#include <Airports/airport.hxx>
#include "sidstar.hxx"

View file

@ -32,7 +32,7 @@
#include "runwayprefloader.hxx"
#include "dynamics.hxx"
#include "simple.hxx"
#include "airport.hxx"
#include "runwayprefs.hxx"
#include <Navaids/NavDataCache.hxx>

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -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"

View file

@ -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 {

View file

@ -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>

View file

@ -3,7 +3,7 @@
#endif
#include <Main/globals.hxx>
#include <Airports/simple.hxx>
#include <Airports/airport.hxx>
#include "AirportList.hxx"

View file

@ -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>

View file

@ -48,7 +48,7 @@
#include <Main/fg_props.hxx>
#include <simgear/structure/commands.hxx>
#include <Airports/simple.hxx>
#include <Airports/airport.hxx>
#include <cstdio>

View file

@ -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;

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -25,7 +25,7 @@
#define FG_FLIGHTPLAN_HXX
#include <Navaids/route.hxx>
#include <Airports/simple.hxx>
#include <Airports/airport.hxx>
typedef SGSharedPtr<FGAirport> FGAirportRef;

View file

@ -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;

View file

@ -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"

View file

@ -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>

View file

@ -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>

View file

@ -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;

View file

@ -25,7 +25,7 @@
#include <simgear/structure/exception.hxx>
#include <Airports/simple.hxx>
#include <Airports/airport.hxx>
#include <Airports/runways.hxx>
using std::string;

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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"