FlightGear next
|
Go to the source code of this file.
Functions | |
flightgear::Waypt * | wayptGhost (naRef r) |
flightgear::FlightPlan::Leg * | fpLegGhost (naRef r) |
flightgear::Procedure * | procedureGhost (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 () |
flightgear::FlightPlan::Leg * fpLegGhost | ( | naRef | r | ) |
Definition at line 179 of file NasalFlightPlan.cxx.
naRef ghostForLeg | ( | naContext | c, |
const flightgear::FlightPlan::Leg * | leg ) |
Definition at line 229 of file NasalFlightPlan.cxx.
naRef ghostForProcedure | ( | naContext | c, |
const flightgear::Procedure * | proc ) |
Definition at line 249 of file NasalFlightPlan.cxx.
naRef ghostForWaypt | ( | naContext | c, |
const flightgear::Waypt * | wpt ) |
Definition at line 219 of file NasalFlightPlan.cxx.
naRef initNasalFlightPlan | ( | naRef | globals, |
naContext | c ) |
Definition at line 2331 of file NasalFlightPlan.cxx.
flightgear::Procedure * procedureGhost | ( | naRef | r | ) |
Definition at line 186 of file NasalFlightPlan.cxx.
void shutdownNasalFlightPlan | ( | ) |
Definition at line 1279 of file NasalFlightPlan.cxx.
flightgear::Waypt * wayptGhost | ( | naRef | r | ) |
Definition at line 151 of file NasalFlightPlan.cxx.