XPPlanes
X-Plane plugin to display additional planes based on network data
|
Position, attitude, and configuration data that drives the planes' display. More...
#include "XPPlanes.h"
Macros | |
#define | NAN2Z(v) if (std::isnan(v)) v = 0.0f; |
#define | NAN2CPY(v) if (std::isnan(v)) v = o.v; |
Functions | |
bool | FlightDataStartup () |
Initialize the FlightData module. More... | |
void | FlightDataShutdown () |
Shutdown the FlightData module. More... | |
Position, attitude, and configuration data that drives the planes' display.
This data is passed from the network thread to the main thread.
#define NAN2CPY | ( | v | ) | if (std::isnan(v)) v = o.v; |
#define NAN2Z | ( | v | ) | if (std::isnan(v)) v = 0.0f; |
void FlightDataShutdown | ( | ) |
Shutdown the FlightData module.
bool FlightDataStartup | ( | ) |
Initialize the FlightData module.