Struct SYN_NMEA_GSA¶
Parsed NMEA GSA (DOP & Active Satellites) Structure.
#include <syn_nmea.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | fix_type |
| float | hdop |
| char | mode |
| float | pdop |
| bool | valid |
| float | vdop |
Public Attributes Documentation¶
variable fix_type¶
1 = No fix, 2 = 2D fix, 3 = 3D fix
variable hdop¶
variable mode¶
'M' = Manual, 'A' = Automatic
variable pdop¶
variable valid¶
variable vdop¶
The documentation for this class was generated from the following file src/syntropic/proto/syn_nmea.h