libosmogsm 1.10.0.64-ff3d
Osmocom GSM library
|
#include <gad.h>
Data Fields | |
int32_t | lat |
Latitude in micro degrees (degrees * 1e6), -90'000'000 (S) . More... | |
int32_t | lon |
Longitude in micro degrees (degrees * 1e6), -180'000'000 (W) . More... | |
uint32_t | unc |
Uncertainty circle radius in millimeters (m * 1e3), 0 . More... | |
int32_t osmo_gad_ell_point_unc_circle::lat |
Latitude in micro degrees (degrees * 1e6), -90'000'000 (S) .
. 90'000'000 (N).
Referenced by osmo_gad_dec_ell_point_unc_circle(), osmo_gad_enc_ell_point_unc_circle(), and osmo_gad_to_str_buf().
int32_t osmo_gad_ell_point_unc_circle::lon |
Longitude in micro degrees (degrees * 1e6), -180'000'000 (W) .
. 180'000'000 (E).
Referenced by osmo_gad_dec_ell_point_unc_circle(), osmo_gad_enc_ell_point_unc_circle(), and osmo_gad_to_str_buf().
uint32_t osmo_gad_ell_point_unc_circle::unc |
Uncertainty circle radius in millimeters (m * 1e3), 0 .
. 18'000'000.
Referenced by osmo_gad_dec_ell_point_unc_circle(), osmo_gad_enc_ell_point_unc_circle(), and osmo_gad_to_str_buf().