XPPlanes
X-Plane plugin to display additional planes based on network data
|
docs | |
▼ inc | |
Constants.h | XPPlanes constant definitions |
FlightData.h | Position, attitude, and configuration data that drives the planes' display |
Global.h | Defines the GlobVars class holding all global variable information |
Listener.h | UDP receiver thread |
Plane.h | The Plane class represents, guess what, a plane |
Utilities.h | Miscellaneous utility functions, including logging |
XPPlanes.h | Header file covering all includes required for compilingXPPlanes, basis for pre-compiled headers |
▼ src | |
FD_RTTFC.cpp | Converter for RTTFC type of data |
FD_XPPTraffic.cpp | XPPTraffic data format, a JSON format specifically designed for XPPlanes |
FlightData.cpp | Position, attitude, and configuration data that drives the planes' display |
Global.cpp | Implements the GlobVars object holding all global variable information |
Listener.cpp | UDP receiver thread |
main.cpp | Plugin main entry points |
Plane.cpp | The Plane class represents, guess what, a plane |
Utilities.cpp | Miscellaneous utility functions, including logging |