mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Issue #97 Read aircraft velocity and rotation from SimConnect
This commit is contained in:
committed by
Mat Sutcliffe
parent
23eb283c19
commit
bdacb59b61
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user