#include <sstream>
#include <cstring>
#include <cstdio>
#include <simgear/sg_inlines.h>
#include <simgear/timing/sg_time.hxx>
#include <simgear/math/sg_random.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/math/interpolater.hxx>
#include <simgear/misc/strutils.hxx>
#include <simgear/sound/sample_group.hxx>
#include <Navaids/navrecord.hxx>
#include <Sound/audioident.hxx>
#include <Airports/runways.hxx>
#include <Navaids/navlist.hxx>
#include <Main/util.hxx>
#include "navradio.hxx"
Go to the source code of this file.
◆ createServiceableProp()
SGPropertyNode_ptr createServiceableProp |
( |
SGPropertyNode * | aParent, |
|
|
const char * | aName ) |
◆ IsLocalizerFrequency()
static bool IsLocalizerFrequency |
( |
double | f | ) |
|
|
inlinestatic |
◆ sawtooth()
static double sawtooth |
( |
double | xx | ) |
|
|
static |
◆ tangentVector()
static SGVec3d tangentVector |
( |
const SGGeod & | midpoint, |
|
|
const double | heading ) |
|
static |
◆ static_highRangeInterp
std::unique_ptr<SGInterpTable> static_highRangeInterp |
|
static |
◆ static_lowRangeInterp
std::unique_ptr<SGInterpTable> static_lowRangeInterp |
|
static |
◆ static_terminalRangeInterp
std::unique_ptr<SGInterpTable> static_terminalRangeInterp |
|
static |