Home
last modified time | relevance | path

Searched refs:surface_code (Results 1 – 5 of 5) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Drunwaybase.cxx48 const char * FGRunwayBase::surfaceName( int surface_code ) in surfaceName() argument
50 switch( surface_code ) { in surfaceName()
69 const int surface_code) : in FGRunwayBase() argument
75 _surface_code = surface_code; in FGRunwayBase()
103 const int surface_code) : in FGTaxiway() argument
104 FGRunwayBase(aGuid, TAXIWAY, aIdent, aGeod, heading, length, width, surface_code) in FGTaxiway()
H A Drunwaybase.hxx46 const int surface_code);
89 static const char * surfaceName( int surface_code );
113 const int surface_code);
H A Drunways.cxx54 const int surface_code) : in FGRunway() argument
56 heading, length, width, surface_code), in FGRunway()
224 const int surface_code) : in FGHelipad() argument
226 heading, length, width, surface_code) in FGHelipad()
H A Dapt_loader.cxx431 int surface_code = atoi( token[10].c_str() ); in parseRunwayLine810() local
436 heading, length, width, 0.0, 0.0, surface_code); in parseRunwayLine810()
440 heading, length, width, 0.0, 0.0, surface_code); in parseRunwayLine810()
464 surface_code); in parseRunwayLine810()
472 surface_code); in parseRunwayLine810()
489 int surface_code = atoi( token[2].c_str() ); in parseRunwayLine850() local
524 surface_code); in parseRunwayLine850()
531 surface_code); in parseRunwayLine850()
609 int surface_code = atoi( token[7].c_str() ); in parseHelipadLine850() local
613 width, 0.0, 0.0, surface_code); in parseHelipadLine850()
H A Drunways.hxx51 const int surface_code);
139 const int surface_code);