Skip to content

Commit

Permalink
A-10C: add CDU export
Browse files Browse the repository at this point in the history
Special characters are encoded as follows:

Symbol, description, character code

BRANCH_L, arrow to the right, 0xBB
BRANCH_R, arrow to the left, 0xAB
ROTARY, up/down arrow, 0xAE
DATA_ENTRY, "[]", 0xA1
SYS_ACTION, "bullseye", 0xA9
DEGREE, °, 0xB0
FILLED, CDU cursor, 0xB6
INC_DEC, +/- symbol, 0xB1
  • Loading branch information
jboecker committed Dec 27, 2014
1 parent 3072239 commit 515bb3c
Show file tree
Hide file tree
Showing 6 changed files with 21,046 additions and 5 deletions.
142 changes: 142 additions & 0 deletions Scripts/DCS-BIOS/doc/json/A-10C.json
Expand Up @@ -2548,6 +2548,148 @@
"physical_variant": "push_button"
}
},
"CDU Display": {
"CDU_LINE0": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 1",
"identifier": "CDU_LINE0",
"inputs": [ ],
"outputs": [ {
"address": 4544,
"description": "CDU Line 1",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE1": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 2",
"identifier": "CDU_LINE1",
"inputs": [ ],
"outputs": [ {
"address": 4568,
"description": "CDU Line 2",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE2": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 3",
"identifier": "CDU_LINE2",
"inputs": [ ],
"outputs": [ {
"address": 4592,
"description": "CDU Line 3",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE3": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 4",
"identifier": "CDU_LINE3",
"inputs": [ ],
"outputs": [ {
"address": 4616,
"description": "CDU Line 4",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE4": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 5",
"identifier": "CDU_LINE4",
"inputs": [ ],
"outputs": [ {
"address": 4640,
"description": "CDU Line 5",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE5": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 6",
"identifier": "CDU_LINE5",
"inputs": [ ],
"outputs": [ {
"address": 4664,
"description": "CDU Line 6",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE6": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 7",
"identifier": "CDU_LINE6",
"inputs": [ ],
"outputs": [ {
"address": 4688,
"description": "CDU Line 7",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE7": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 8",
"identifier": "CDU_LINE7",
"inputs": [ ],
"outputs": [ {
"address": 4712,
"description": "CDU Line 8",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE8": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 9",
"identifier": "CDU_LINE8",
"inputs": [ ],
"outputs": [ {
"address": 4736,
"description": "CDU Line 9",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
},
"CDU_LINE9": {
"category": "CDU Display",
"control_type": "display",
"description": "CDU Line 10",
"identifier": "CDU_LINE9",
"inputs": [ ],
"outputs": [ {
"address": 4760,
"description": "CDU Line 10",
"max_length": 24,
"suffix": "",
"type": "string"
} ]
}
},
"CMSC": {
"CMSC_BRT": {
"category": "CMSC",
Expand Down

0 comments on commit 515bb3c

Please sign in to comment.