Issue #97 Read aircraft velocity and rotation from SimConnect

This commit is contained in:
Roland Rossgotterer
2021-10-11 19:45:02 +01:00
committed by Mat Sutcliffe
parent 23eb283c19
commit bdacb59b61
4 changed files with 23 additions and 1 deletions

View File

@@ -70,6 +70,13 @@ namespace BlackSimPlugin::FsxCommon
double engine3Combustion; //!< Engine 3 combustion flag
double engine4Combustion; //!< Engine 4 combustion flag
// 38
double velocityWorldX; //!< Velocity World X
double velocityWorldY; //!< Velocity World Y
double velocityWorldZ; //!< Velocity World Z
double rotationVelocityBodyX; //!< Rotation Velocity Body X
double rotationVelocityBodyY; //!< Rotation Velocity Body Y
double rotationVelocityBodyZ; //!< Rotation Velocity Body Z
// 44
};
//! Data struct of aircraft position