Skip to content

Commit

Permalink
F-5E-3 JSON files (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahlblom authored Oct 6, 2023
1 parent fb28557 commit 2c7ac9b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 8 deletions.
30 changes: 26 additions & 4 deletions Scripts/DCS-BIOS/doc/json/F-5E-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4211,7 +4211,7 @@
"HSI": {
"HSI_CRS_KNOB": {
"category": "HSI",
"control_type": "discrete_dial",
"control_type": "variable_step_dial",
"description": "HSI Course Set Knob",
"identifier": "HSI_CRS_KNOB",
"inputs": [ {
Expand All @@ -4220,11 +4220,22 @@
"max_value": 65535,
"suggested_step": 3200
} ],
"outputs": [ ]
"outputs": [ {
"address": 30414,
"address_identifier": "F_5E_3_HSI_CRS_KNOB_A",
"address_mask_identifier": "F_5E_3_HSI_CRS_KNOB_AM",
"address_mask_shift_identifier": "F_5E_3_HSI_CRS_KNOB",
"description": "rotation of the knob (not the value being manipulated!)",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
},
"HSI_HDG_KNOB": {
"category": "HSI",
"control_type": "discrete_dial",
"control_type": "variable_step_dial",
"description": "HSI Heading Set Knob",
"identifier": "HSI_HDG_KNOB",
"inputs": [ {
Expand All @@ -4233,7 +4244,18 @@
"max_value": 65535,
"suggested_step": 3200
} ],
"outputs": [ ]
"outputs": [ {
"address": 30412,
"address_identifier": "F_5E_3_HSI_HDG_KNOB_A",
"address_mask_identifier": "F_5E_3_HSI_HDG_KNOB_AM",
"address_mask_shift_identifier": "F_5E_3_HSI_HDG_KNOB",
"description": "rotation of the knob (not the value being manipulated!)",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
}
},
"IFF": {
Expand Down
30 changes: 26 additions & 4 deletions Scripts/DCS-BIOS/doc/json/F-5E-3.jsonp
Original file line number Diff line number Diff line change
Expand Up @@ -4212,7 +4212,7 @@ docdata["F-5E-3"] =
"HSI": {
"HSI_CRS_KNOB": {
"category": "HSI",
"control_type": "discrete_dial",
"control_type": "variable_step_dial",
"description": "HSI Course Set Knob",
"identifier": "HSI_CRS_KNOB",
"inputs": [ {
Expand All @@ -4221,11 +4221,22 @@ docdata["F-5E-3"] =
"max_value": 65535,
"suggested_step": 3200
} ],
"outputs": [ ]
"outputs": [ {
"address": 30414,
"address_identifier": "F_5E_3_HSI_CRS_KNOB_A",
"address_mask_identifier": "F_5E_3_HSI_CRS_KNOB_AM",
"address_mask_shift_identifier": "F_5E_3_HSI_CRS_KNOB",
"description": "rotation of the knob (not the value being manipulated!)",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
},
"HSI_HDG_KNOB": {
"category": "HSI",
"control_type": "discrete_dial",
"control_type": "variable_step_dial",
"description": "HSI Heading Set Knob",
"identifier": "HSI_HDG_KNOB",
"inputs": [ {
Expand All @@ -4234,7 +4245,18 @@ docdata["F-5E-3"] =
"max_value": 65535,
"suggested_step": 3200
} ],
"outputs": [ ]
"outputs": [ {
"address": 30412,
"address_identifier": "F_5E_3_HSI_HDG_KNOB_A",
"address_mask_identifier": "F_5E_3_HSI_HDG_KNOB_AM",
"address_mask_shift_identifier": "F_5E_3_HSI_HDG_KNOB",
"description": "rotation of the knob (not the value being manipulated!)",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
}
},
"IFF": {
Expand Down

0 comments on commit 2c7ac9b

Please sign in to comment.