Skip to content

Struct SYN_NMEA_GSA

ClassList > 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

uint8_t SYN_NMEA_GSA::fix_type;

1 = No fix, 2 = 2D fix, 3 = 3D fix


variable hdop

float SYN_NMEA_GSA::hdop;

variable mode

char SYN_NMEA_GSA::mode;

'M' = Manual, 'A' = Automatic


variable pdop

float SYN_NMEA_GSA::pdop;

variable valid

bool SYN_NMEA_GSA::valid;

variable vdop

float SYN_NMEA_GSA::vdop;


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