XPPlanes
X-Plane plugin to display additional planes based on network data
Classes | Variables
Global.h File Reference

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...
 

Detailed Description

Defines the GlobVars class holding all global variable information.

Author
Birger Hoppe

Variable Documentation

◆ glob

GlobVars glob
extern

The one and only global variable structure.

The one and only global variable structure.

◆ HIDEOS_BY_ID

constexpr int HIDEOS_BY_ID = 0x01
constexpr

Hide ownship data based on comparing id with acf_modeS_id?

◆ HIDEOS_BY_REG

constexpr int HIDEOS_BY_REG = 0x02
constexpr

Hide ownship data based on comparing reg with acf_tailnum?