All Projects → marek-cel → QFlightinstruments

marek-cel / QFlightinstruments

Licence: MIT license
QFlightInstruments is a Qt library containing flight instruments widgets including: Airspeed Indicator, Altimeter, Vertical Speed Indicator, Turn Coordinator, Attitude Indicator, Heading Indicator, Electronic Attitude Direction Indicator (EADI) and Electronic Horizontal Situation Indicator (EHSI).

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to QFlightinstruments

JKQtExtras
a collection of different Qt4 & Qt5 widgets, I developed over the years
Stars: ✭ 34 (-47.69%)
Mutual labels:  qt-widgets, qt5-widgets
aeyrium-sensor
A Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices.
Stars: ✭ 57 (-12.31%)
Mutual labels:  aviation, attitude-indicator
specification
The Cyphal specification documents are maintained here.
Stars: ✭ 38 (-41.54%)
Mutual labels:  aerospace
descent-app
Top of descent path calculator. Let's calculate your descent!
Stars: ✭ 28 (-56.92%)
Mutual labels:  aviation
leaflet-experiments
Demos and experiments with LeafletJS
Stars: ✭ 20 (-69.23%)
Mutual labels:  aviation
flare
nRF905 single-chip radio transceiver demodulator + FLARM protocol decoder
Stars: ✭ 51 (-21.54%)
Mutual labels:  aviation
Deep-Learning-and-Computer-Vision-for-Structural-Crack-Detection-And-Classification
Incorporating Inductive Bias into Deep Learning: A Perspective from Automated Visual Inspection in Aircraft Maintenance
Stars: ✭ 27 (-58.46%)
Mutual labels:  aerospace
c172p
A high detailed version of the Cessna 172P aircraft for FlightGear
Stars: ✭ 64 (-1.54%)
Mutual labels:  aviation
em-overview
Overview of the aircraft encounter models that support safety analysis and development of aircraft avoidance systems.
Stars: ✭ 14 (-78.46%)
Mutual labels:  aviation
Cardinal-EMS
Aircraft engine management system using Qt.
Stars: ✭ 20 (-69.23%)
Mutual labels:  aviation
pyuavcan
Python implementation of the Cyphal protocol stack.
Stars: ✭ 91 (+40%)
Mutual labels:  aerospace
PlotRTL1090
3D visualization of air traffic through RTL-SDR (dump1090) and MATLAB
Stars: ✭ 107 (+64.62%)
Mutual labels:  aviation
rce
Distributed, workflow-driven integration environment
Stars: ✭ 42 (-35.38%)
Mutual labels:  aerospace
Astro.IQ
Machine Learning + Spacecraft Trajectory Optimisation
Stars: ✭ 20 (-69.23%)
Mutual labels:  aerospace
avbot-charts
Aviation charts
Stars: ✭ 20 (-69.23%)
Mutual labels:  aviation
FlightAnalysis
This library extracts flight information from aircraft movements like departure airfield and time, arrival airfield and time, total flight time and more.
Stars: ✭ 15 (-76.92%)
Mutual labels:  aviation
goflying
Go tools for flying
Stars: ✭ 15 (-76.92%)
Mutual labels:  aviation
fixed-wing-sim
Matlab implementation to simulate the non-linear dynamics of a fixed-wing unmanned areal glider. Includes tools to calculate aerodynamic coefficients using a vortex lattice method implementation, and to extract longitudinal and lateral linear systems around the trimmed gliding state.
Stars: ✭ 72 (+10.77%)
Mutual labels:  aerospace
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (-41.54%)
Mutual labels:  qt-widgets
RTLSDR-Airband
Multichannel AM/NFM demodulator
Stars: ✭ 487 (+649.23%)
Mutual labels:  aviation

QFlightinstruments

QFlightinstruments is a collection of flight instruments Qt widgets.

Components

Project consists of Qt flights instruments library and an example Qt GUI application.

Electronic Flight Instrument System

  • Electronic Attitude Direction Indicator (EADI)
  • Electronic Horizontal Situation Indicator (EHSI)

QFI

Basic Six

  • Airspeed Indicator (ASI)
  • Attitude Indicator (AI)
  • Altimeter (ALT)
  • Turn Coordinator (TC)
  • Heading Indicator (HI)
  • Vertical Speed Indicator (VSI)

QFI

Usage

Both flight instruments library and an example application are intended to be built with qmake. There are appropriate Qt Creator project files. Flight instruments library is located in the src/qfi/ directory, it includes source code files, Qt Creator pri file, Qt Resource Compiler qrc file and instruments graphics files.

example1.pro project file is intended to build an example application and incorporates instruments library with static linking.

example2.pro project file is intended to build an example application and link to dynamic shared object containing instruments library.

Both projects share the same source code.

libqfi.pro project files allows to create dynamic shared object containing instruments library.

Creating simple Qt application video

Using QFlightinstruments

See also

Visit http://marekcel.pl/qflightinstruments for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].