|
Enroute Flight Navigation
A navigation app for VFR pilots
|
A single point along a recorded flight track. More...
#include <TrackPoint.h>
Public Member Functions | |
| auto | isValid () const -> bool |
| Check if this track point has valid data. | |
A single point along a recorded flight track.
Stores position, altitude, and timestamp for one GPS fix. GPS altitude is stored in QGeoCoordinate::altitude(). Designed to be lightweight for storing thousands of points per flight.
Definition at line 34 of file TrackPoint.h.
|
inlinenodiscard |
Check if this track point has valid data.
Definition at line 49 of file TrackPoint.h.