FlightGear next
GroundController.cxx File Reference
#include <config.h>
#include <cmath>
#include <algorithm>
#include <fstream>
#include <map>
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/MatrixTransform>
#include <osg/Shape>
#include <simgear/debug/logstream.hxx>
#include <simgear/scene/material/EffectGeode.hxx>
#include <simgear/scene/material/matlib.hxx>
#include <simgear/scene/material/mat.hxx>
#include <simgear/scene/util/OsgMath.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/timing/timestamp.hxx>
#include <simgear/timing/sg_time.hxx>
#include <Airports/airport.hxx>
#include <Airports/dynamics.hxx>
#include <Airports/runways.hxx>
#include <Airports/groundnetwork.hxx>
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
#include <AIModel/AIAircraft.hxx>
#include <AIModel/performancedata.hxx>
#include <AIModel/AIFlightPlan.hxx>
#include <Navaids/NavDataCache.hxx>
#include <ATC/atc_mgr.hxx>
#include <Scenery/scenery.hxx>
#include <ATC/AirportGroundRadar.hxx>
#include <ATC/ATCController.hxx>
#include <ATC/GroundController.hxx>

Go to the source code of this file.

Functions

bool compare_trafficrecords (FGTrafficRecord a, FGTrafficRecord b)
 
static void WorldCoordinate (osg::Matrix &obj_pos, double lat, double lon, double elev, double hdg, double slope)
 

Function Documentation

◆ compare_trafficrecords()

bool compare_trafficrecords ( FGTrafficRecord a,
FGTrafficRecord b )

Definition at line 89 of file GroundController.cxx.

◆ WorldCoordinate()

static void WorldCoordinate ( osg::Matrix & obj_pos,
double lat,
double lon,
double elev,
double hdg,
double slope )
static

Definition at line 534 of file GroundController.cxx.