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

Apache changed files JSON and header #401

Merged
merged 1 commit into from
Oct 12, 2023
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
5 changes: 5 additions & 0 deletions Scripts/DCS-BIOS/doc/Addresses.h
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@
#define AH_64D_EXT_WOW_RIGHT_AM 0x873E, 0x0010
#define AH_64D_EXT_WOW_TAIL 0x873E, 0x0008, 3
#define AH_64D_EXT_WOW_TAIL_AM 0x873E, 0x0008
#define AH_64D_FM1_RADIO_A 0x8770
#define AH_64D_FM2_RADIO_A 0x8776
#define AH_64D_HF_RADIO_A 0x877C
#define AH_64D_PLT_ALT_1000 0x8044, 0xFFFF, 0
#define AH_64D_PLT_ALT_10000 0x8046, 0xFFFF, 0
#define AH_64D_PLT_ALT_10000_A 0x8046
Expand Down Expand Up @@ -1101,6 +1104,8 @@
#define AH_64D_PLT_VIDEO_SYM_BRT 0x86FA, 0xFFFF, 0
#define AH_64D_PLT_VIDEO_SYM_BRT_A 0x86FA
#define AH_64D_PLT_WIPER_SW 0x8708, 0x0060, 5
#define AH_64D_UHF_RADIO_A 0x8760
#define AH_64D_VHF_AM_RADIO_A 0x8768
#define AH_64D_VIB_HOOK_SWING 0x8728, 0xFFFF, 0
#define AH_64D_VIB_HOOK_SWING_A 0x8728
#define AH_64D_VIB_HOOK_TURN 0x8726, 0xFFFF, 0
Expand Down
102 changes: 102 additions & 0 deletions Scripts/DCS-BIOS/doc/json/AH-64D.json
Original file line number Diff line number Diff line change
Expand Up @@ -17204,5 +17204,107 @@
"type": "integer"
} ]
}
},
"Radio Frequencies": {
"FM1_RADIO": {
"category": "Radio Frequencies",
"control_type": "radio",
"description": "FM1 Radio",
"identifier": "FM1_RADIO",
"inputs": [ {
"description": "The frequency to set, with or without a decimal place",
"interface": "set_string"
} ],
"outputs": [ {
"address": 34672,
"address_identifier": "AH_64D_FM1_RADIO_A",
"address_mask_identifier": "AH_64D_FM1_RADIO_AM",
"address_mask_shift_identifier": "AH_64D_FM1_RADIO",
"description": "The current frequency the radio is set to",
"max_length": 6,
"suffix": "",
"type": "string"
} ]
},
"FM2_RADIO": {
"category": "Radio Frequencies",
"control_type": "radio",
"description": "FM2 Radio",
"identifier": "FM2_RADIO",
"inputs": [ {
"description": "The frequency to set, with or without a decimal place",
"interface": "set_string"
} ],
"outputs": [ {
"address": 34678,
"address_identifier": "AH_64D_FM2_RADIO_A",
"address_mask_identifier": "AH_64D_FM2_RADIO_AM",
"address_mask_shift_identifier": "AH_64D_FM2_RADIO",
"description": "The current frequency the radio is set to",
"max_length": 6,
"suffix": "",
"type": "string"
} ]
},
"HF_RADIO": {
"category": "Radio Frequencies",
"control_type": "radio",
"description": "HF Radio",
"identifier": "HF_RADIO",
"inputs": [ {
"description": "The frequency to set, with or without a decimal place",
"interface": "set_string"
} ],
"outputs": [ {
"address": 34684,
"address_identifier": "AH_64D_HF_RADIO_A",
"address_mask_identifier": "AH_64D_HF_RADIO_AM",
"address_mask_shift_identifier": "AH_64D_HF_RADIO",
"description": "The current frequency the radio is set to",
"max_length": 6,
"suffix": "",
"type": "string"
} ]
},
"UHF_RADIO": {
"category": "Radio Frequencies",
"control_type": "radio",
"description": "UHF Radio",
"identifier": "UHF_RADIO",
"inputs": [ {
"description": "The frequency to set, with or without a decimal place",
"interface": "set_string"
} ],
"outputs": [ {
"address": 34656,
"address_identifier": "AH_64D_UHF_RADIO_A",
"address_mask_identifier": "AH_64D_UHF_RADIO_AM",
"address_mask_shift_identifier": "AH_64D_UHF_RADIO",
"description": "The current frequency the radio is set to",
"max_length": 7,
"suffix": "",
"type": "string"
} ]
},
"VHF_AM_RADIO": {
"category": "Radio Frequencies",
"control_type": "radio",
"description": "VHF AM Radio",
"identifier": "VHF_AM_RADIO",
"inputs": [ {
"description": "The frequency to set, with or without a decimal place",
"interface": "set_string"
} ],
"outputs": [ {
"address": 34664,
"address_identifier": "AH_64D_VHF_AM_RADIO_A",
"address_mask_identifier": "AH_64D_VHF_AM_RADIO_AM",
"address_mask_shift_identifier": "AH_64D_VHF_AM_RADIO",
"description": "The current frequency the radio is set to",
"max_length": 7,
"suffix": "",
"type": "string"
} ]
}
}
}
Loading