mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T275, Ref T280, Ref T245 FSX simulator improvements
* request model info * stricter checks (asserts) * display simulator debug messages in simulator view (not as normal status message)
This commit is contained in:
@@ -72,6 +72,17 @@ namespace BlackSimPlugin
|
||||
char title[256]; //!< Aircraft model string
|
||||
};
|
||||
|
||||
//! Data struct of aircraft model data
|
||||
struct DataDefinitionRemoteAircraftModel
|
||||
{
|
||||
char atcType[32]; //!< type
|
||||
char atcModel[32]; //!< model
|
||||
char atcId[32]; //!< id
|
||||
char atcAirlineNumber[64]; //!< airline number
|
||||
char atcFlightNumber[8]; //!< flight number (168)
|
||||
char title[256]; //!< Aircraft model string
|
||||
};
|
||||
|
||||
//! Data struct of remote aircraft parts
|
||||
struct DataDefinitionRemoteAircraftPartsWithoutLights
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user