Updraft  1.0
Open source glider flight visualisation tool.
Updraft::IgcViewer::TrackFix Struct Reference

Structure representing a single point of the igc recording, already projected and prepared for displaying. More...

#include <igcinfo.h>

Collaboration diagram for Updraft::IgcViewer::TrackFix:

List of all members.

Public Member Functions

 TrackFix (QTime timestamp, Util::Location location, double x, double y, double z, qreal terrainHeight)

Public Attributes

QTime timestamp
Util::Location location
 Location of the fix.
qreal x
 Projected location of the fix.
qreal y
qreal z
qreal terrainHeight
 Terrain height at the position of the fix.

Detailed Description

Structure representing a single point of the igc recording, already projected and prepared for displaying.


Constructor & Destructor Documentation

Updraft::IgcViewer::TrackFix::TrackFix ( QTime  timestamp,
Util::Location  location,
double  x,
double  y,
double  z,
qreal  terrainHeight 
) [inline]

Member Data Documentation

Terrain height at the position of the fix.

Projected location of the fix.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines