Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#568 Add F-14 airframe data #570

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Scripts/DCS-BIOS/doc/Addresses.h
Original file line number Diff line number Diff line change
Expand Up @@ -8639,8 +8639,19 @@
#define FW_190D9_WINDSHIELDDAMAGE_A 0x349C
#define FW_190D9_WND_SET 0x340A, 0xFFFF, 0
#define FW_190D9_WND_SET_A 0x340A
#define F_14_AFTERBURNER_LEFT 0x14EE, 0xFFFF, 0
#define F_14_AFTERBURNER_LEFT_A 0x14EE
#define F_14_AFTERBURNER_RIGHT 0x14F0, 0xFFFF, 0
#define F_14_AFTERBURNER_RIGHT_A 0x14F0
#define F_14_AFTERBURNER_ZONE_LEFT 0x14FA, 0xFFFF, 0
#define F_14_AFTERBURNER_ZONE_LEFT_A 0x14FA
#define F_14_AFTERBURNER_ZONE_RIGHT 0x1480, 0x0E00, 9
#define F_14_BUFFET 0x14EC, 0xFFFF, 0
#define F_14_BUFFET_A 0x14EC
#define F_14_CANOPY_POS 0x1470, 0xFFFF, 0
#define F_14_CANOPY_POS_A 0x1470
#define F_14_CATAPULTING 0x1478, 0x8000, 15
#define F_14_CATAPULTING_AM 0x1478, 0x8000
#define F_14_EXT_ANTI_COL 0x1478, 0x0100, 8
#define F_14_EXT_ANTI_COL_AM 0x1478, 0x0100
#define F_14_EXT_FORMATION_LIGHTS 0x14AE, 0xFFFF, 0
Expand Down Expand Up @@ -8694,6 +8705,8 @@
#define F_14_INTERNAL_FLOOD_WHT_L_A 0x14C0
#define F_14_INTERNAL_PLT_PANEL_L 0x14C2, 0xFFFF, 0
#define F_14_INTERNAL_PLT_PANEL_L_A 0x14C2
#define F_14_IS_F14A 0x1480, 0x0100, 8
#define F_14_IS_F14A_AM 0x1480, 0x0100
#define F_14_PLT_ACCEL_METER_NEEDLE 0x1344, 0xFFFF, 0
#define F_14_PLT_ACCEL_METER_NEEDLE2 0x1362, 0xFFFF, 0
#define F_14_PLT_ACCEL_METER_NEEDLE2_A 0x1362
Expand Down
127 changes: 127 additions & 0 deletions Scripts/DCS-BIOS/doc/doc_assets/F-14.jsonp
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,133 @@ docdata["F-14"] =
} ]
}
},
"Airframe": {
"AFTERBURNER_LEFT": {
"category": "Airframe",
"control_type": "metadata",
"description": "Left afterburner position",
"identifier": "AFTERBURNER_LEFT",
"inputs": [ ],
"outputs": [ {
"address": 5358,
"address_identifier": "F_14_AFTERBURNER_LEFT_A",
"address_mask_shift_identifier": "F_14_AFTERBURNER_LEFT",
"description": "Left afterburner position",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
},
"AFTERBURNER_RIGHT": {
"category": "Airframe",
"control_type": "metadata",
"description": "Right afterburner position",
"identifier": "AFTERBURNER_RIGHT",
"inputs": [ ],
"outputs": [ {
"address": 5360,
"address_identifier": "F_14_AFTERBURNER_RIGHT_A",
"address_mask_shift_identifier": "F_14_AFTERBURNER_RIGHT",
"description": "Right afterburner position",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
},
"AFTERBURNER_ZONE_LEFT": {
"category": "Airframe",
"control_type": "metadata",
"description": "Left afterburner zone",
"identifier": "AFTERBURNER_ZONE_LEFT",
"inputs": [ ],
"outputs": [ {
"address": 5370,
"address_identifier": "F_14_AFTERBURNER_ZONE_LEFT_A",
"address_mask_shift_identifier": "F_14_AFTERBURNER_ZONE_LEFT",
"description": "Left afterburner zone",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
},
"AFTERBURNER_ZONE_RIGHT": {
"category": "Airframe",
"control_type": "metadata",
"description": "Right afterburner zone",
"identifier": "AFTERBURNER_ZONE_RIGHT",
"inputs": [ ],
"outputs": [ {
"address": 5248,
"address_mask_shift_identifier": "F_14_AFTERBURNER_ZONE_RIGHT",
"description": "Right afterburner zone",
"mask": 3584,
"max_value": 5,
"shift_by": 9,
"suffix": "",
"type": "integer"
} ]
},
"BUFFET": {
"category": "Airframe",
"control_type": "metadata",
"description": "How much the aircraft is shaking",
"identifier": "BUFFET",
"inputs": [ ],
"outputs": [ {
"address": 5356,
"address_identifier": "F_14_BUFFET_A",
"address_mask_shift_identifier": "F_14_BUFFET",
"description": "How much the aircraft is shaking",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
},
"CATAPULTING": {
"category": "Airframe",
"control_type": "metadata",
"description": "Whether the aircraft is catapulting",
"identifier": "CATAPULTING",
"inputs": [ ],
"outputs": [ {
"address": 5240,
"address_mask_identifier": "F_14_CATAPULTING_AM",
"address_mask_shift_identifier": "F_14_CATAPULTING",
"description": "Whether the aircraft is catapulting",
"mask": 32768,
"max_value": 1,
"shift_by": 15,
"suffix": "",
"type": "integer"
} ]
},
"IS_F14A": {
"category": "Airframe",
"control_type": "metadata",
"description": "Whether the aircraft is the A-model",
"identifier": "IS_F14A",
"inputs": [ ],
"outputs": [ {
"address": 5248,
"address_mask_identifier": "F_14_IS_F14A_AM",
"address_mask_shift_identifier": "F_14_IS_F14A",
"description": "Whether the aircraft is the A-model",
"mask": 256,
"max_value": 1,
"shift_by": 8,
"suffix": "",
"type": "integer"
} ]
}
},
"Airspeed Indicator": {
"PLT_AIRSPD_KNOB": {
"api_variant": "multiturn",
Expand Down
Loading
Loading