[][src]Function adafruit_gps::nmea::gsa::parse_gsa

pub fn parse_gsa(args: Vec<&str>) -> GsaData

Format $G{}GSA, Mode, dimention_fix, Sat1, Sat2, Sat3, Sat4, Sat5, Sat6, Sat7, Sat8, Sat9, Sat10, Sat11, Sat12, PDOP, HDOP, VDOP *checksum

Mode1 (Mode)

  • M (Manual - forced to operate in 2D or 3D mode),
  • A (2D automatic - can switch between 2D and 3D automatically)

Mode2 (DimentionFix) :

  • 1 - Fix not avaliable
  • 2 - 2D (< 4 SVs used)
  • 3- 3D (>= 4 SVs used)

Mode and DimentionFix should always be given. The other values don't have to be.