libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
runway_end_t Struct Reference

#include <airportdb.h>

Collaboration diagram for runway_end_t:
Collaboration graph
[legend]

Data Fields

char id [4]
 
geo_pos3_t thr
 
geo_pos3_t thr_m
 
double displ
 
double blast
 
double gpa
 
double tch
 
double tch_m
 
vect2_t thr_v
 
vect2_t dthr_v
 
double hdg
 
vect2_tapch_bbox
 
double land_len
 

Detailed Description

Describes one end of a runway.

Definition at line 202 of file airportdb.h.

Field Documentation

◆ apch_bbox

vect2_t* apch_bbox

In-air approach bbox.

Definition at line 216 of file airportdb.h.

◆ blast

double blast

Stopway/blastpad length in meters.

Definition at line 207 of file airportdb.h.

◆ displ

double displ

Threshold displacement in meters.

Definition at line 206 of file airportdb.h.

◆ dthr_v

vect2_t dthr_v

Displaced threshold vector coord.

Definition at line 214 of file airportdb.h.

◆ gpa

double gpa

Glidepath angle in degrees.

Definition at line 208 of file airportdb.h.

◆ hdg

double hdg

True heading in degrees.

Definition at line 215 of file airportdb.h.

◆ id

char id[4]

Runway ID with leading 0, NUL-term'd.

Definition at line 203 of file airportdb.h.

◆ land_len

double land_len

Length avail for landing in meters.

Definition at line 217 of file airportdb.h.

◆ tch

double tch

Threshold clearing height in feet.

Definition at line 209 of file airportdb.h.

◆ tch_m

double tch_m

Threshold clearing height in meters.

Definition at line 210 of file airportdb.h.

◆ thr

Threshold position (elev in FEET!).

Definition at line 204 of file airportdb.h.

◆ thr_m

geo_pos3_t thr_m

Same as thr, but elev in meters.

Definition at line 205 of file airportdb.h.

◆ thr_v

vect2_t thr_v

Threshold vector coord.

Definition at line 213 of file airportdb.h.


The documentation for this struct was generated from the following file: