Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-51824

Parsing *.nmea file with QNmeaPositionInfoSource class returns timeout

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • 5.4.1, 5.5.1, 5.6.0 RC
    • Positioning
    • None

    Description

      When parsing NMEA "full" log file with instance of QNmeaPositionInfoSource class timeout is notified whatever update interval is set.
      But when leaving only $GPGGA and $GPRMC lines in NMEA file everything works perfectly.

      Indeed, when there is $GPVTG NMEA messages in file there is problem with timeout event. $GPGSV - seems to not cause problems. I haven't tested other NMEA messages separately.

      See simple project attached. It writes to console coordinates of updated position every second (according to NMEA messages), but it get stuck with first $GPVTG message (updateTimeout() signal is emitted and parsing process stops)

      More info, If needed:
      https://stackoverflow.com/questions/30684052/parsing-nmea-file-with-qnmeapositioninfosource-class-returns-timeout

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ablasche Alex Blasche
            lukegluke Oleg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes