|
XPPlanes
X-Plane plugin to display additional planes based on network data
|
Defines the GlobVars class holding all global variable information. More...
Go to the source code of this file.
Classes | |
| struct | GlobVars |
| All global config settings and variables are kept in one structure for convenient access and central definition. More... | |
Variables | |
| constexpr int | HIDEOS_BY_ID = 0x01 |
Hide ownship data based on comparing id with acf_modeS_id? More... | |
| constexpr int | HIDEOS_BY_REG = 0x02 |
Hide ownship data based on comparing reg with acf_tailnum? More... | |
| GlobVars | glob |
| The one and only global variable structure. More... | |
Defines the GlobVars class holding all global variable information.
|
extern |
The one and only global variable structure.
The one and only global variable structure.
|
constexpr |
Hide ownship data based on comparing id with acf_modeS_id?
|
constexpr |
Hide ownship data based on comparing reg with acf_tailnum?