Enum NmeaParser.GSA

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<NmeaParser.GSA>
    Enclosing class:
    NmeaParser

    static enum NmeaParser.GSA
    extends java.lang.Enum<NmeaParser.GSA>
    GNSS DOP and Active Satellites.

    GNSS receiver operating mode, satellites used in the navigation solution reported by the GGA or GNS sentence, and DOP values. If only GPS, GLONASS, etc. is used for the reported position solution the talker ID is GP, GL, etc. and the DOP values pertain to the individual system. If GPS, GLONASS, etc. are combined to obtain the reported position solution multiple GSA sentences are produced, one with the GPS satellites, another with the GLONASS satellites, etc. Each of these GSA sentences shall have talker ID GN, to indicate that the satellites are used in a combined solution and each shall have the PDOP, HDOP and VDOP for the combined satellites used in the position.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int position  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GSA​(int position)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static NmeaParser.GSA valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static NmeaParser.GSA[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait