You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested in issue #166, a lot of the functionality regarding direct GPS communication could be replaced by QtPositioning subsystem (new in ~ Qt 5.2).
The task can be split into two steps:
Research and implement the QtPositioning data provider
Evaluate if it fully replaces the other interfaces (GPSD, direct communication) and eventually deprecate some of the code.
This is especially case for the manual GPS communication we do over serial port.
The text was updated successfully, but these errors were encountered:
As suggested in issue #166, a lot of the functionality regarding direct GPS communication could be replaced by QtPositioning subsystem (new in ~ Qt 5.2).
The task can be split into two steps:
This is especially case for the manual GPS communication we do over serial port.
The text was updated successfully, but these errors were encountered: