mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T275, utility functions to trace request ids
This commit is contained in:
@@ -140,7 +140,7 @@ namespace BlackSimPlugin
|
||||
double cgToGroundFt; //!< Static CG to ground (ft)
|
||||
|
||||
//! Above ground ft
|
||||
double aboveGround() const { return altitudeFt - elevationFt; }
|
||||
double aboveGroundFt() const { return altitudeFt - elevationFt; }
|
||||
};
|
||||
|
||||
//! Data struct simulator environment
|
||||
@@ -208,10 +208,16 @@ namespace BlackSimPlugin
|
||||
RequestRemoveAircraft,
|
||||
RequestOwnAircraftTitle,
|
||||
RequestSimEnvironment,
|
||||
RequestSbData, //!< SB client area / XPDR mode
|
||||
RequestEndMarker //!< free request ids can start here
|
||||
RequestSbData, //!< SB client area / XPDR mode
|
||||
RequestRangeForSimData, //!< range for sim data
|
||||
RequestRangeForProbe, //!< range for probe
|
||||
RequestRangeForLights, //!< range for lights
|
||||
RequestEndMarker //!< free request ids can start here
|
||||
};
|
||||
|
||||
//! Request to string
|
||||
static const QString &requestToString(Request request);
|
||||
|
||||
//! Constructor
|
||||
CSimConnectDefinitions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user