XPPlanes
X-Plane plugin to display additional planes based on network data
File List
Here is a list of all files with brief descriptions:
[detail level 12]
 docs
  inc
 Constants.hXPPlanes constant definitions
 FlightData.hPosition, attitude, and configuration data that drives the planes' display
 Global.hDefines the GlobVars class holding all global variable information
 Listener.hUDP receiver thread
 Plane.hThe Plane class represents, guess what, a plane
 Utilities.hMiscellaneous utility functions, including logging
 XPPlanes.hHeader file covering all includes required for compilingXPPlanes, basis for pre-compiled headers
  src
 FD_RTTFC.cppConverter for RTTFC type of data
 FD_XPPTraffic.cppXPPTraffic data format, a JSON format specifically designed for XPPlanes
 FlightData.cppPosition, attitude, and configuration data that drives the planes' display
 Global.cppImplements the GlobVars object holding all global variable information
 Listener.cppUDP receiver thread
 main.cppPlugin main entry points
 Plane.cppThe Plane class represents, guess what, a plane
 Utilities.cppMiscellaneous utility functions, including logging