FlightGear next
NasalFlightPlan.hxx File Reference
#include <simgear/nasal/nasal.h>
#include <Navaids/FlightPlan.hxx>
#include <Navaids/procedure.hxx>

Go to the source code of this file.

Functions

flightgear::WayptwayptGhost (naRef r)
 
flightgear::FlightPlan::LegfpLegGhost (naRef r)
 
flightgear::ProcedureprocedureGhost (naRef r)
 
naRef ghostForWaypt (naContext c, const flightgear::Waypt *wpt)
 
naRef ghostForLeg (naContext c, const flightgear::FlightPlan::Leg *leg)
 
naRef ghostForProcedure (naContext c, const flightgear::Procedure *proc)
 
naRef initNasalFlightPlan (naRef globals, naContext c)
 
void shutdownNasalFlightPlan ()
 

Function Documentation

◆ fpLegGhost()

flightgear::FlightPlan::Leg * fpLegGhost ( naRef r)

Definition at line 179 of file NasalFlightPlan.cxx.

◆ ghostForLeg()

naRef ghostForLeg ( naContext c,
const flightgear::FlightPlan::Leg * leg )

Definition at line 229 of file NasalFlightPlan.cxx.

◆ ghostForProcedure()

naRef ghostForProcedure ( naContext c,
const flightgear::Procedure * proc )

Definition at line 249 of file NasalFlightPlan.cxx.

◆ ghostForWaypt()

naRef ghostForWaypt ( naContext c,
const flightgear::Waypt * wpt )

Definition at line 219 of file NasalFlightPlan.cxx.

◆ initNasalFlightPlan()

naRef initNasalFlightPlan ( naRef globals,
naContext c )

Definition at line 2331 of file NasalFlightPlan.cxx.

◆ procedureGhost()

flightgear::Procedure * procedureGhost ( naRef r)

Definition at line 186 of file NasalFlightPlan.cxx.

◆ shutdownNasalFlightPlan()

void shutdownNasalFlightPlan ( )

Definition at line 1279 of file NasalFlightPlan.cxx.

◆ wayptGhost()

flightgear::Waypt * wayptGhost ( naRef r)

Definition at line 151 of file NasalFlightPlan.cxx.