FlightGear next
poidb.cxx File Reference
#include "config.h"
#include <istream>
#include "poidb.hxx"
#include <simgear/compiler.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/io/iostreams/sgstream.hxx>
#include <Navaids/NavDataCache.hxx>

Go to the source code of this file.

Namespaces

namespace  flightgear
 FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
 

Functions

static FGPositioned::Type mapPOITypeToFGPType (int aTy)
 
static bool flightgear::isNearby (const SGVec3d &pos1, const SGVec3d &pos2)
 

Variables

static const double flightgear::DUPLICATE_DETECTION_RADIUS_NM = 10
 
static const double flightgear::DUPLICATE_DETECTION_RADIUS_SQR_M = DUPLICATE_DETECTION_RADIUS_NM * DUPLICATE_DETECTION_RADIUS_NM * SG_NM_TO_METER * SG_NM_TO_METER
 

Function Documentation

◆ mapPOITypeToFGPType()

static FGPositioned::Type mapPOITypeToFGPType ( int aTy)
static

Definition at line 25 of file poidb.cxx.