|
Paparazzi UAS
v6.2.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Collaboration diagram for Generic Geodetic macros.:Macros | |
| #define | ENU_OF_TO_NED(_po, _pi) |
| #define | VECT2_ENU_OF_TO_NED(_po, _pi) |
| #define | LLA_ASSIGN(_pos, _lat, _lon, _alt) |
| #define | LLA_COPY(_pos1, _pos2) |
| #define | LTP_DEF_COPY(_def1, _def2) |
| #define | UTM_COPY(_u1, _u2) |
| #define | ENU_OF_UTM_DIFF(_pos, _utm1, _utm2) |
| #define | NED_OF_UTM_DIFF(_pos, _utm1, _utm2) |
| #define | UTM_OF_ENU_ADD(_utm, _pos, _utm0) |
| #define | UTM_OF_NED_ADD(_utm, _pos, _utm0) |
| #define ENU_OF_TO_NED | ( | _po, | |
| _pi | |||
| ) |
Definition at line 41 of file pprz_geodetic.h.
| #define ENU_OF_UTM_DIFF | ( | _pos, | |
| _utm1, | |||
| _utm2 | |||
| ) |
Definition at line 78 of file pprz_geodetic.h.
| #define LLA_ASSIGN | ( | _pos, | |
| _lat, | |||
| _lon, | |||
| _alt | |||
| ) |
Definition at line 52 of file pprz_geodetic.h.
| #define LLA_COPY | ( | _pos1, | |
| _pos2 | |||
| ) |
Definition at line 58 of file pprz_geodetic.h.
| #define LTP_DEF_COPY | ( | _def1, | |
| _def2 | |||
| ) |
Definition at line 64 of file pprz_geodetic.h.
| #define NED_OF_UTM_DIFF | ( | _pos, | |
| _utm1, | |||
| _utm2 | |||
| ) |
Definition at line 84 of file pprz_geodetic.h.
| #define UTM_COPY | ( | _u1, | |
| _u2 | |||
| ) |
Definition at line 71 of file pprz_geodetic.h.
| #define UTM_OF_ENU_ADD | ( | _utm, | |
| _pos, | |||
| _utm0 | |||
| ) |
Definition at line 90 of file pprz_geodetic.h.
| #define UTM_OF_NED_ADD | ( | _utm, | |
| _pos, | |||
| _utm0 | |||
| ) |
Definition at line 96 of file pprz_geodetic.h.
| #define VECT2_ENU_OF_TO_NED | ( | _po, | |
| _pi | |||
| ) |
Definition at line 47 of file pprz_geodetic.h.