|
libosmogsm 1.11.0.52-28973f
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 | inner_r |
| inner circle radius in mm (m * 1e3) More... | |
| uint32_t | unc_r |
| Uncertainty circle radius in millimeters, 0 . More... | |
| uint16_t | ofs_angle |
| Offset angle of first arc edge in degrees from North clockwise (eastwards), 0..359. More... | |
| uint16_t | incl_angle |
| Included angle defining the angular width of the arc, in degrees clockwise, 1..360. More... | |
| uint8_t | confidence |
| Confidence in percent, 0 = no information, 1..100%, 101..128 = no information. More... | |
| uint8_t osmo_gad_ell_arc::confidence |
Confidence in percent, 0 = no information, 1..100%, 101..128 = no information.
| uint16_t osmo_gad_ell_arc::incl_angle |
Included angle defining the angular width of the arc, in degrees clockwise, 1..360.
Angle is coded in increments of 2 degrees.
| uint32_t osmo_gad_ell_arc::inner_r |
inner circle radius in mm (m * 1e3)
| int32_t osmo_gad_ell_arc::lat |
latitude in micro degrees (degrees * 1e6), -90'000'000 (S) .
. 90'000'000 (N).
| int32_t osmo_gad_ell_arc::lon |
longitude in micro degrees (degrees * 1e6), -180'000'000 (W) .
. 180'000'000 (E).
| uint16_t osmo_gad_ell_arc::ofs_angle |
Offset angle of first arc edge in degrees from North clockwise (eastwards), 0..359.
Angle is coded in increments of 2 degrees.
| uint32_t osmo_gad_ell_arc::unc_r |
Uncertainty circle radius in millimeters, 0 .
. 18'000'000. Coding of uncertainty is non-linear, use osmo_gad_dec_unc(osmo_gad_enc_unc(val)) to clamp.