FlightGear next
positioned.cxx File Reference
#include "config.h"
#include "positioned.hxx"
#include <map>
#include <set>
#include <cstring>
#include <algorithm>
#include <queue>
#include <memory>
#include <simgear/timing/timestamp.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/math/SGGeometry.hxx>
#include <simgear/sg_inlines.h>
#include "Navaids/PositionedOctree.hxx"

Go to the source code of this file.

Functions

static void validateSGGeod (const SGGeod &geod)
 
static bool validateFilter (FGPositioned::Filter *filter)
 
static bool isValidCustomWaypointType (FGPositioned::Type ty)
 

Function Documentation

◆ isValidCustomWaypointType()

static bool isValidCustomWaypointType ( FGPositioned::Type ty)
static

Definition at line 105 of file positioned.cxx.

◆ validateFilter()

static bool validateFilter ( FGPositioned::Filter * filter)
static

Definition at line 39 of file positioned.cxx.

◆ validateSGGeod()

static void validateSGGeod ( const SGGeod & geod)
static

Definition at line 30 of file positioned.cxx.