swift
|
Data struct of aircraft data (setable) More...
Public Member Functions | |
void | setDefaultValues () |
Set default values. | |
void | copyAtcId (const char *c) |
Copy the strings, length from docu. | |
void | copyAtcAirline (const char *c) |
Copy the strings, length from docu. | |
void | copyFlightNumber (const char *c) |
Copy the strings, length from docu. | |
Public Attributes | |
char | atcId [32] |
ID used by ATC. | |
char | atcAirline [64] |
Airline used by ATC. | |
char | atcFlightNumber [8] |
Flight Number used by ATC. | |
Data struct of aircraft data (setable)
Definition at line 103 of file simconnectdatadefinition.h.