mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
62d4a94106
commit
1967c82221
@@ -50,7 +50,6 @@ namespace BlackGui
|
|||||||
bool m_allowDrop = true; //!< dropping allowed?
|
bool m_allowDrop = true; //!< dropping allowed?
|
||||||
QList<int> m_acceptedMetaTypes; //!< accepted meta types
|
QList<int> m_acceptedMetaTypes; //!< accepted meta types
|
||||||
};
|
};
|
||||||
|
|
||||||
} // ns
|
} // ns
|
||||||
|
|
||||||
#endif // guard
|
#endif // guard
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
* contained in the LICENSE file.
|
* contained in the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//! \file
|
||||||
|
|
||||||
#ifndef BLACKGUI_DROPSITE_H
|
#ifndef BLACKGUI_DROPSITE_H
|
||||||
#define BLACKGUI_DROPSITE_H
|
#define BLACKGUI_DROPSITE_H
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ namespace BlackSimPlugin
|
|||||||
double latitude; //!< Latitude (deg)
|
double latitude; //!< Latitude (deg)
|
||||||
double longitude; //!< Longitude (deg)
|
double longitude; //!< Longitude (deg)
|
||||||
double altitude; //!< Altitude (ft)
|
double altitude; //!< Altitude (ft)
|
||||||
double altitudeAboveGround; //!< Altitude above ground (ft)
|
double altitudeAGL; //!< Altitude above ground (ft)
|
||||||
double cgToGround; //!< Static CG to ground (ft)
|
double cgToGround; //!< Static CG to ground (ft)
|
||||||
double trueHeading; //!< True heading (deg)
|
double trueHeading; //!< True heading (deg)
|
||||||
double pitch; //!< Pitch (deg)
|
double pitch; //!< Pitch (deg)
|
||||||
|
|||||||
@@ -234,8 +234,8 @@ namespace BlackSimPlugin
|
|||||||
DWORD m_requestId = FirstRequestId; //!< request id, use obtainRequestId() to get id
|
DWORD m_requestId = FirstRequestId; //!< request id, use obtainRequestId() to get id
|
||||||
HANDLE m_hSimConnect = nullptr; //!< handle to SimConnect object
|
HANDLE m_hSimConnect = nullptr; //!< handle to SimConnect object
|
||||||
CSimConnectObjects m_simConnectObjects; //!< AI objects and their object / request ids
|
CSimConnectObjects m_simConnectObjects; //!< AI objects and their object / request ids
|
||||||
BlackMisc::Simulation::CSimulatedAircraftList m_outOfRealityBubble; //!< aircraft removed by FSX because they are out of reality bubble
|
|
||||||
QTimer m_realityBubbleTimer { this }; //!< updating of aircraft out of reality bubble
|
QTimer m_realityBubbleTimer { this }; //!< updating of aircraft out of reality bubble
|
||||||
|
BlackMisc::Simulation::CSimulatedAircraftList m_outOfRealityBubble; //!< aircraft removed by FSX because they are out of reality bubble
|
||||||
};
|
};
|
||||||
|
|
||||||
//! Listener for FSX
|
//! Listener for FSX
|
||||||
|
|||||||
Reference in New Issue
Block a user