I'm trying to migrate to process the GGA NMEA message to the more rich UBX-NAV-PVT. Can anybody help to see how the GGQA definition enum of : public enum FixQuality : int { Invalid = 0, GpsFix = 1, DgpsFix = 2, PpsFix = 3, Rtk = 4, FloatRtk = 5, Estimated = 6, Manu...