gnssPosition.h
Go to the documentation of this file.
Definition: gnssPosition.h:9
double alt_m
Antenna altitude above/below mean sea level in meters.
Definition: gnssPosition.h:45
dpyGnssPosition::SkyInfo sky
Sky satellite information.
Definition: gnssPosition.h:49
Defines the struct type used to store the SKY_INFO.
Definition: gnssPosition.h:11
tm date
Date of position. Fields day of the week, day of the month or day of the year are unused (value = 0) ...
Definition: gnssPosition.h:40
dpyGnssPosition::QualityIndicator fix_quality
FIX quality. Module is FIXED if different from NO_FIX.
Definition: gnssPosition.h:39
double lon_deg
Geographic longitude expressed in Decimal Degrees (D.D�) Range [-180,+180].
Definition: gnssPosition.h:43
std::string north_south_indicator
Latitude North/south indicator as string ("N" or "S")
Definition: gnssPosition.h:42
int satinuse
Number of satellites in use.
Definition: gnssPosition.h:14
double dir_deg
Course over the ground (track angle) in degrees.
Definition: gnssPosition.h:48
std::string east_west_indicator
Longitude East/West indicator as string ("E" or "W")
Definition: gnssPosition.h:44
GNSS module does not have a fixed position at this moment.
Definition: gnssPosition.h:22
double lat_deg
Geographic latitude expressed in Decimal Degrees (D.D�) Range [-90,+90].
Definition: gnssPosition.h:41
GNSS fixed : ESTIMATED_DEAD_RECKONING_FIX.
Definition: gnssPosition.h:27
int satinview
Number of satellites in view.
Definition: gnssPosition.h:13
QualityIndicator
Defines the posible FIX quality indicators.
Definition: gnssPosition.h:20