Skip to content

Commit

Permalink
add / update JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
WarLord211 authored Jan 18, 2020
1 parent e3f43a7 commit 6428375
Show file tree
Hide file tree
Showing 8 changed files with 326 additions and 170 deletions.
74 changes: 68 additions & 6 deletions Scripts/DCS-BIOS/doc/json/CommonData.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"identifier": "ALT_MSL_FT",
"inputs": [ ],
"outputs": [ {
"address": 1056,
"address": 1068,
"description": "Altitude MSL (ft)",
"mask": 65535,
"max_value": 65535,
Expand All @@ -25,7 +25,7 @@
"identifier": "HDG_DEG",
"inputs": [ ],
"outputs": [ {
"address": 1058,
"address": 1070,
"description": "Heading (Degrees)",
"mask": 511,
"max_value": 360,
Expand All @@ -41,7 +41,7 @@
"identifier": "HDG_DEG_FRAC",
"inputs": [ ],
"outputs": [ {
"address": 1058,
"address": 1070,
"description": "Heading (Fractional Degrees, divide by 127)",
"mask": 65024,
"max_value": 127,
Expand Down Expand Up @@ -107,7 +107,7 @@
"identifier": "LON_DEG",
"inputs": [ ],
"outputs": [ {
"address": 1052,
"address": 1064,
"description": "Longitude Degrees",
"mask": 63,
"max_value": 59,
Expand All @@ -123,7 +123,7 @@
"identifier": "LON_SEC",
"inputs": [ ],
"outputs": [ {
"address": 1052,
"address": 1064,
"description": "Longitude Seconds",
"mask": 4032,
"max_value": 59,
Expand All @@ -139,7 +139,7 @@
"identifier": "LON_SEC_FRAC",
"inputs": [ ],
"outputs": [ {
"address": 1054,
"address": 1066,
"description": "Longitude Fractional Seconds (divide by 65535)",
"mask": 65535,
"max_value": 65535,
Expand All @@ -149,6 +149,68 @@
} ]
}
},
"Speed": {
"IAS_EU": {
"category": "Speed",
"control_type": "display",
"description": "Indicated Airspeed KM H",
"identifier": "IAS_EU",
"inputs": [ ],
"outputs": [ {
"address": 1052,
"description": "Indicated Airspeed KM H",
"max_length": 4,
"suffix": "",
"type": "string"
} ]
},
"IAS_EU_INT": {
"category": "Speed",
"control_type": "metadata",
"description": "Indicated Airspeed KM H (Int)",
"identifier": "IAS_EU_INT",
"inputs": [ ],
"outputs": [ {
"address": 1060,
"description": "Indicated Airspeed KM H (Int)",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
},
"IAS_US": {
"category": "Speed",
"control_type": "display",
"description": "Indicated Airspeed KNT",
"identifier": "IAS_US",
"inputs": [ ],
"outputs": [ {
"address": 1056,
"description": "Indicated Airspeed KNT",
"max_length": 4,
"suffix": "",
"type": "string"
} ]
},
"IAS_US_INT": {
"category": "Speed",
"control_type": "metadata",
"description": "Indicated Airspeed KNT (Int)",
"identifier": "IAS_US_INT",
"inputs": [ ],
"outputs": [ {
"address": 1062,
"description": "Indicated Airspeed KNT (Int)",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
}
},
"String": {
"PILOTNAME": {
"category": "String",
Expand Down
74 changes: 68 additions & 6 deletions Scripts/DCS-BIOS/doc/json/CommonData.jsonp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docdata["CommonData"] =
"identifier": "ALT_MSL_FT",
"inputs": [ ],
"outputs": [ {
"address": 1056,
"address": 1068,
"description": "Altitude MSL (ft)",
"mask": 65535,
"max_value": 65535,
Expand All @@ -26,7 +26,7 @@ docdata["CommonData"] =
"identifier": "HDG_DEG",
"inputs": [ ],
"outputs": [ {
"address": 1058,
"address": 1070,
"description": "Heading (Degrees)",
"mask": 511,
"max_value": 360,
Expand All @@ -42,7 +42,7 @@ docdata["CommonData"] =
"identifier": "HDG_DEG_FRAC",
"inputs": [ ],
"outputs": [ {
"address": 1058,
"address": 1070,
"description": "Heading (Fractional Degrees, divide by 127)",
"mask": 65024,
"max_value": 127,
Expand Down Expand Up @@ -108,7 +108,7 @@ docdata["CommonData"] =
"identifier": "LON_DEG",
"inputs": [ ],
"outputs": [ {
"address": 1052,
"address": 1064,
"description": "Longitude Degrees",
"mask": 63,
"max_value": 59,
Expand All @@ -124,7 +124,7 @@ docdata["CommonData"] =
"identifier": "LON_SEC",
"inputs": [ ],
"outputs": [ {
"address": 1052,
"address": 1064,
"description": "Longitude Seconds",
"mask": 4032,
"max_value": 59,
Expand All @@ -140,7 +140,7 @@ docdata["CommonData"] =
"identifier": "LON_SEC_FRAC",
"inputs": [ ],
"outputs": [ {
"address": 1054,
"address": 1066,
"description": "Longitude Fractional Seconds (divide by 65535)",
"mask": 65535,
"max_value": 65535,
Expand All @@ -150,6 +150,68 @@ docdata["CommonData"] =
} ]
}
},
"Speed": {
"IAS_EU": {
"category": "Speed",
"control_type": "display",
"description": "Indicated Airspeed KM H",
"identifier": "IAS_EU",
"inputs": [ ],
"outputs": [ {
"address": 1052,
"description": "Indicated Airspeed KM H",
"max_length": 4,
"suffix": "",
"type": "string"
} ]
},
"IAS_EU_INT": {
"category": "Speed",
"control_type": "metadata",
"description": "Indicated Airspeed KM H (Int)",
"identifier": "IAS_EU_INT",
"inputs": [ ],
"outputs": [ {
"address": 1060,
"description": "Indicated Airspeed KM H (Int)",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
},
"IAS_US": {
"category": "Speed",
"control_type": "display",
"description": "Indicated Airspeed KNT",
"identifier": "IAS_US",
"inputs": [ ],
"outputs": [ {
"address": 1056,
"description": "Indicated Airspeed KNT",
"max_length": 4,
"suffix": "",
"type": "string"
} ]
},
"IAS_US_INT": {
"category": "Speed",
"control_type": "metadata",
"description": "Indicated Airspeed KNT (Int)",
"identifier": "IAS_US_INT",
"inputs": [ ],
"outputs": [ {
"address": 1062,
"description": "Indicated Airspeed KNT (Int)",
"mask": 65535,
"max_value": 65535,
"shift_by": 0,
"suffix": "",
"type": "integer"
} ]
}
},
"String": {
"PILOTNAME": {
"category": "String",
Expand Down
Loading

0 comments on commit 6428375

Please sign in to comment.