Struct SYN_NMEA_GGA¶
Parsed NMEA GGA (Fix Data) Structure.
#include <syn_nmea.h>
Public Attributes¶
| Type | Name |
|---|---|
| float | altitude_m |
| SYN_NMEA_FixQuality | fix_quality |
| float | hdop |
| uint8_t | hours |
| double | latitude |
| double | longitude |
| uint16_t | milliseconds |
| uint8_t | minutes |
| uint8_t | num_satellites |
| uint8_t | seconds |
| bool | valid |
Public Attributes Documentation¶
variable altitude_m¶
variable fix_quality¶
variable hdop¶
variable hours¶
variable latitude¶
Decimal degrees (+N, -S)
variable longitude¶
Decimal degrees (+E, -W)
variable milliseconds¶
variable minutes¶
variable num_satellites¶
variable seconds¶
variable valid¶
The documentation for this class was generated from the following file src/syntropic/proto/syn_nmea.h