Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Macros | |
#define | E 0.08181919106 |
#define | K0 0.9996 |
#define | DELTA_EAST 500000. |
#define | DELTA_NORTH 0. |
#define | A 6378137.0 |
#define | N (K0*A) |
#define | LambdaOfUtmZone(utm_zone) RadOfDeg((utm_zone-1)*6-180+3) |
Variables | |
static const float | serie_coeff_proj_mercator [5] |
static const float | serie_coeff_proj_mercator_inverse [5] |
#define A 6378137.0 |
Definition at line 42 of file pprz_geodetic_utm.h.
Referenced by AbsDiff(), fit_linear_flow_field(), and imu_quality_assessment_periodic().
#define DELTA_EAST 500000. |
Definition at line 40 of file pprz_geodetic_utm.h.
Referenced by lla_of_utm_d(), lla_of_utm_f(), and utm_of_lla_f().
#define DELTA_NORTH 0. |
Definition at line 41 of file pprz_geodetic_utm.h.
Referenced by lla_of_utm_d(), lla_of_utm_f(), and utm_of_lla_f().
#define E 0.08181919106 |
Definition at line 38 of file pprz_geodetic_utm.h.
Referenced by analyze_linear_flow_field(), extract_information_from_parameters(), gv_adapt_run(), lla_of_utm_d(), lla_of_utm_f(), and utm_of_lla_f().
#define K0 0.9996 |
Definition at line 39 of file pprz_geodetic_utm.h.
Referenced by update_alt_conf(), update_baro_conf(), and update_offset_conf().
#define LambdaOfUtmZone | ( | utm_zone | ) | RadOfDeg((utm_zone-1)*6-180+3) |
Definition at line 45 of file pprz_geodetic_utm.h.
Referenced by lla_of_utm_d(), lla_of_utm_f(), and utm_of_lla_f().
Definition at line 43 of file pprz_geodetic_utm.h.
Referenced by lla_of_utm_d(), lla_of_utm_f(), and utm_of_lla_f().
|
static |
Definition at line 47 of file pprz_geodetic_utm.h.
Referenced by lla_of_utm_d(), lla_of_utm_f(), and utm_of_lla_f().
|
static |
Definition at line 55 of file pprz_geodetic_utm.h.
Referenced by lla_of_utm_f().