Skip to content

Struct SYN_GeoPos

ClassList > SYN_GeoPos

Structured Geographic Position with accuracy bound and fix quality.

  • #include <syn_geo.h>

Public Attributes

Type Name
float accuracy_m
double altitude_m
SYN_NMEA_FixQuality fix_type
double latitude
double longitude
bool valid

Public Attributes Documentation

variable accuracy_m

float SYN_GeoPos::accuracy_m;

Estimated 3D position error bound


variable altitude_m

double SYN_GeoPos::altitude_m;

Altitude above MSL/ellipsoid (m)


variable fix_type

SYN_NMEA_FixQuality SYN_GeoPos::fix_type;

GPS, DGPS, RTK_FIXED, RTK_FLOAT


variable latitude

double SYN_GeoPos::latitude;

Decimal degrees (+N, -S)


variable longitude

double SYN_GeoPos::longitude;

Decimal degrees (+E, -W)


variable valid

bool SYN_GeoPos::valid;

true if position data is valid



The documentation for this class was generated from the following file src/syntropic/util/syn_geo.h