Project

   Screenshots

   Links

   Download

   Documentation

Layer data

package database

Provide the same (more or less) OO interface to all databases:

* Interface to SQL database
* Interface to GPS devices
* Interface to user settings
* Place here packages for access of further GPS devices. Per example garmin.

Uses package container for transport of data.

package flytec

Access to Flytec GPS device:

* High level services to Flytec GPS device

Uses packages container for transport of data and utils for error messages.

package sql

Access to SQL database:

* High level services to SQL database

Uses packages container for transport of data and utils for error messages.

package images

Container for all images used in FlyHigh:

* High level interface for accessing images

* Images are assembled to one class with QT uic

Uses no other packages.