libosmogsm 1.9.0.196-9975
Osmocom GSM library
osmo_gad_ell_point_alt_unc_ell Struct Reference

#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...
 
int16_t alt
 Altitude in meters, -32767 (depth) . More...
 
uint32_t unc_semi_major
 Uncertainty ellipsoid radius of major axis in millimeters, 0 . More...
 
uint32_t unc_semi_minor
 Uncertainty ellipsoid radius of minor axis in millimeters, 0 . More...
 
uint8_t major_ori
 Major axis orientation in degrees (DEG), 0 (N) . More...
 
int32_t unc_alt
 Uncertainty altitude in millimeters, 0 . More...
 
uint8_t confidence
 Confidence in percent, 0 = no information, 1..100%, 101..128 = no information. More...
 

Field Documentation

◆ alt

int16_t osmo_gad_ell_point_alt_unc_ell::alt

Altitude in meters, -32767 (depth) .

. 32767 (height)

◆ confidence

uint8_t osmo_gad_ell_point_alt_unc_ell::confidence

Confidence in percent, 0 = no information, 1..100%, 101..128 = no information.

◆ lat

int32_t osmo_gad_ell_point_alt_unc_ell::lat

latitude in micro degrees (degrees * 1e6), -90'000'000 (S) .

. 90'000'000 (N).

◆ lon

int32_t osmo_gad_ell_point_alt_unc_ell::lon

longitude in micro degrees (degrees * 1e6), -180'000'000 (W) .

. 180'000'000 (E).

◆ major_ori

uint8_t osmo_gad_ell_point_alt_unc_ell::major_ori

Major axis orientation in degrees (DEG), 0 (N) .

. 90 (E) .. 179 (SSE).

◆ unc_alt

int32_t osmo_gad_ell_point_alt_unc_ell::unc_alt

Uncertainty altitude in millimeters, 0 .

. 990'000. Coding of uncertainty altitude is non-linear, and distinct from the non-altitude uncertainty coding. Use osmo_gad_dec_unc_alt(osmo_gad_enc_unc_alt(val)) to clamp.

◆ unc_semi_major

uint32_t osmo_gad_ell_point_alt_unc_ell::unc_semi_major

Uncertainty ellipsoid radius of major axis in millimeters, 0 .

. 18'000'000. Coding of uncertainty is non-linear, use osmo_gad_dec_unc(osmo_gad_enc_unc(val)) to clamp.

◆ unc_semi_minor

uint32_t osmo_gad_ell_point_alt_unc_ell::unc_semi_minor

Uncertainty ellipsoid radius of minor axis in millimeters, 0 .

. 18'000'000. Coding of uncertainty is non-linear, use osmo_gad_dec_unc(osmo_gad_enc_unc(val)) to clamp.


The documentation for this struct was generated from the following file: