|
libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
#include <airportdb.h>

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_t * | apch_bbox |
| double | land_len |
Describes one end of a runway.
Definition at line 202 of file airportdb.h.
| vect2_t* apch_bbox |
In-air approach bbox.
Definition at line 216 of file airportdb.h.
| double blast |
Stopway/blastpad length in meters.
Definition at line 207 of file airportdb.h.
| double displ |
Threshold displacement in meters.
Definition at line 206 of file airportdb.h.
| vect2_t dthr_v |
Displaced threshold vector coord.
Definition at line 214 of file airportdb.h.
| double gpa |
Glidepath angle in degrees.
Definition at line 208 of file airportdb.h.
| double hdg |
True heading in degrees.
Definition at line 215 of file airportdb.h.
| char id[4] |
Runway ID with leading 0, NUL-term'd.
Definition at line 203 of file airportdb.h.
| double land_len |
Length avail for landing in meters.
Definition at line 217 of file airportdb.h.
| double tch |
Threshold clearing height in feet.
Definition at line 209 of file airportdb.h.
| double tch_m |
Threshold clearing height in meters.
Definition at line 210 of file airportdb.h.
| geo_pos3_t thr |
Threshold position (elev in FEET!).
Definition at line 204 of file airportdb.h.
| geo_pos3_t thr_m |
Same as thr, but elev in meters.
Definition at line 205 of file airportdb.h.
| vect2_t thr_v |
Threshold vector coord.
Definition at line 213 of file airportdb.h.