mbgtools-lx
4.2.8
|
A structure used internally to compute a geographic position. More...
#include <mbggeo.h>
Data Fields | |
CSUM | csum |
Checksum of the remaining bytes. More... | |
int16_t | valid |
Indicator if data is valid. More... | |
char | name [40] |
Informational string. More... | |
POS | pos |
The position in WGS84 ECEF coords and LLA. More... | |
double | det |
double | sin_lat |
sin( latitude ) More... | |
double | cos_lat |
cos( latitude ) More... | |
double | sin_lon |
sin( longitude ) More... | |
double | cos_lon |
cos( longitude ) More... | |
double | nt1 |
-sin_lat * cos_lon More... | |
double | nt2 |
-sin_lat * sin_lon More... | |
double | utx |
cos_lat * cos_lon More... | |
double | uty |
cos_lat * sin_lon More... | |
double | e_radius |
N. More... | |
double | e_radius_alt |
N + h. More... | |
A structure used internally to compute a geographic position.
Also contains intermediate results useful for the computation.
POS USER_POS::pos |