Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Parsing *.nmea file with QNmeaPositionInfoSource class returns timeout.
Forum Updated to NodeBB v4.3 + New Features

Parsing *.nmea file with QNmeaPositionInfoSource class returns timeout.

Scheduled Pinned Locked Moved General and Desktop
qtpositioninggpsqt5.4.1
1 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lazureus
    wrote on last edited by
    #1

    I'm trying to write simple application which is going to simulate GPS hardware device basing on already taken *.nmea log file. Technology which I chose is Qt5.4.1. because it already got class which should take care of the task which I'm trying to do. Class name is QNmeaPositionInfoSource. I supposed that by setting proper update interval timeout instance of QNmeaPositionInfoSource will notify me about new position. However, when I set interval to the 1s I'm getting only one position and after that timeout is notified. When I set interval to the 0, I'm getting immediatelly all notifications about position.

    Here is my code:
    source

    Question is why I'm getting timeout notification?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved