GPS: Missing Airspace Options: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 11: Line 11:
==='''GPS: Missing Airspace Options'''===
==='''GPS: Missing Airspace Options'''===


I have found a very curious OMISSION in the FSX SDK on the XML Map parameters...
I highly suggest visitors to this Wiki entry to refer to this most excellent guide:


ObjectDetailLayerAirspaces
'''BlackBox Website - GPS Guidebook'''[http://www.robbiemcelrath.com/blackbox/?guide]
-1 = Default
0 = Draw nothing


This is woefully incomplete!  Here is a list of known input parameters for this token:
The tabular data previously listed on this entry has proven to be incomplete and or incorrect...
 
-1    - default
0    - Draw Nothing
8    - Class B
16    - Class C
32    - Class D
64    - MOA
128  - Restricted
256  - Prohibited
512  - Warning
1024  - Alert
2048  - Danger
4096  - Mode C
8192  - Radar
16384 - Training
 
You can create Macro entries for use in your gauge to display selected airspaces by summing the input parameters for each type:
 
B, C, D, MOA, RESTRICTED, PROHIBITED, WARNING, ALERT, DANGER, MODE_C, RADAR, TRAINING
8, 16,32, 64,    128,        256,      512    1024  2048    4096    8192  16384
<Macro Name="DisplayedAirspaces">0x7FF800</Macro>
 
MOA, RESTRICTED, PROHIBITED, WARNING, ALERT, DANGER
64      128        256        512    1024    2048
<Macro Name="AlwaysDisplayedAirspaces">0x0FC000</Macro>


[[Category:Aircraft Design]]
[[Category:Aircraft Design]]
[[Category:Panel & Gauge Design]]
[[Category:Panel and Gauge Design]]

Latest revision as of 13:45, 22 August 2011

GPS: Missing Airspace Options

I highly suggest visitors to this Wiki entry to refer to this most excellent guide:

BlackBox Website - GPS Guidebook[1]

The tabular data previously listed on this entry has proven to be incomplete and or incorrect...