|
Enroute Flight Navigation
A navigation app for VFR pilots
|
A single point along a recorded flight track. More...
#include <FlightTrack.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 35 of file FlightTrack.h.
|
inlinenodiscard |
Check if this track point has valid data.
Definition at line 50 of file FlightTrack.h.