FlightGear next
NasalPositioned.hxx File Reference
#include <simgear/nasal/nasal.h>
#include <Navaids/positioned.hxx>

Go to the source code of this file.

Functions

bool geodFromHash (naRef ref, SGGeod &result)
 
FGAirportairportGhost (naRef r)
 
FGRunwayrunwayGhost (naRef r)
 
naRef ghostForPositioned (naContext c, FGPositionedRef pos)
 
naRef ghostForRunway (naContext c, const FGRunway *r)
 
naRef ghostForAirport (naContext c, const FGAirport *apt)
 
FGPositionedpositionedGhost (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 ()
 

Function Documentation

◆ airportGhost()

FGAirport * airportGhost ( naRef r)

Definition at line 106 of file NasalPositioned.cxx.

◆ geodFromArgs()

int geodFromArgs ( naRef * args,
int offset,
int argc,
SGGeod & result )

Definition at line 588 of file NasalPositioned.cxx.

◆ geodFromHash()

bool geodFromHash ( naRef ref,
SGGeod & result )

Definition at line 532 of file NasalPositioned.cxx.

◆ ghostForAirport()

naRef ghostForAirport ( naContext c,
const FGAirport * apt )

Definition at line 170 of file NasalPositioned.cxx.

◆ ghostForPositioned()

naRef ghostForPositioned ( naContext c,
FGPositionedRef pos )

Definition at line 250 of file NasalPositioned.cxx.

◆ ghostForRunway()

naRef ghostForRunway ( naContext c,
const FGRunway * r )

Definition at line 190 of file NasalPositioned.cxx.

◆ initNasalPositioned()

naRef initNasalPositioned ( naRef globals,
naContext c )

Definition at line 1902 of file NasalPositioned.cxx.

◆ initNasalPositioned_cppbind()

naRef initNasalPositioned_cppbind ( naRef globals,
naContext c )

Definition at line 470 of file NasalPositioned_cppbind.cxx.

◆ positionedFromArg()

FGPositionedRef positionedFromArg ( naRef ref)

Definition at line 1838 of file NasalPositioned.cxx.

◆ positionedGhost()

FGPositioned * positionedGhost ( naRef r)

Definition at line 92 of file NasalPositioned.cxx.

◆ postinitNasalPositioned()

void postinitNasalPositioned ( naRef globals,
naContext c )

Definition at line 1940 of file NasalPositioned.cxx.

◆ runwayGhost()

FGRunway * runwayGhost ( naRef r)

Definition at line 120 of file NasalPositioned.cxx.

◆ shutdownNasalPositioned()

void shutdownNasalPositioned ( )

Definition at line 1834 of file NasalPositioned.cxx.