|
FlightGear next
|
Go to the source code of this file.
Functions | |
| bool | geodFromHash (naRef ref, SGGeod &result) |
| FGAirport * | airportGhost (naRef r) |
| FGRunway * | runwayGhost (naRef r) |
| naRef | ghostForPositioned (naContext c, FGPositionedRef pos) |
| naRef | ghostForRunway (naContext c, const FGRunway *r) |
| naRef | ghostForAirport (naContext c, const FGAirport *apt) |
| FGPositioned * | positionedGhost (naRef r) |
| FGPositionedRef | positionedFromArg (naRef ref) |
| int | geodFromArgs (naRef *args, int offset, int argc, SGGeod &result) |
| naRef | initNasalPositioned (naRef globals, naContext c) |
| naRef | initNasalPositioned_cppbind (naRef globals, naContext c) |
| void | postinitNasalPositioned (naRef globals, naContext c) |
| void | shutdownNasalPositioned () |
| FGAirport * airportGhost | ( | naRef | r | ) |
Definition at line 106 of file NasalPositioned.cxx.
| int geodFromArgs | ( | naRef * | args, |
| int | offset, | ||
| int | argc, | ||
| SGGeod & | result ) |
Definition at line 588 of file NasalPositioned.cxx.
| bool geodFromHash | ( | naRef | ref, |
| SGGeod & | result ) |
Definition at line 532 of file NasalPositioned.cxx.
| naRef ghostForAirport | ( | naContext | c, |
| const FGAirport * | apt ) |
Definition at line 170 of file NasalPositioned.cxx.
| naRef ghostForPositioned | ( | naContext | c, |
| FGPositionedRef | pos ) |
Definition at line 250 of file NasalPositioned.cxx.
| naRef ghostForRunway | ( | naContext | c, |
| const FGRunway * | r ) |
Definition at line 190 of file NasalPositioned.cxx.
| naRef initNasalPositioned | ( | naRef | globals, |
| naContext | c ) |
Definition at line 1902 of file NasalPositioned.cxx.
| naRef initNasalPositioned_cppbind | ( | naRef | globals, |
| naContext | c ) |
Definition at line 470 of file NasalPositioned_cppbind.cxx.
| FGPositionedRef positionedFromArg | ( | naRef | ref | ) |
Definition at line 1838 of file NasalPositioned.cxx.
| FGPositioned * positionedGhost | ( | naRef | r | ) |
Definition at line 92 of file NasalPositioned.cxx.
| void postinitNasalPositioned | ( | naRef | globals, |
| naContext | c ) |
Definition at line 1940 of file NasalPositioned.cxx.
| FGRunway * runwayGhost | ( | naRef | r | ) |
Definition at line 120 of file NasalPositioned.cxx.
| void shutdownNasalPositioned | ( | ) |
Definition at line 1834 of file NasalPositioned.cxx.