SubmarineFact.json 1.31 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6
[
{
7 8
    "name":             "cameraTilt",
    "shortDesc": "Camera Tilt",
9 10 11 12
    "type":             "int16",
    "units":            "%"
},
{
13 14
    "name":             "tetherTurns",
    "shortDesc": "Tether Turns",
15 16 17 18
    "type":             "int16",
    "units":            "clockwise"
},
{
19 20
    "name":             "lights1",
    "shortDesc": "Lights 1 level",
21 22 23 24
    "type":             "int16",
    "units":            "%"
},
{
25 26
    "name":             "lights2",
    "shortDesc": "Lights 2 level",
27 28
    "type":             "int16",
    "units":            "%"
29 30
},
{
31 32
    "name":             "pilotGain",
    "shortDesc": "Pilot Gain",
33 34
    "type":             "int16",
    "units":            "%"
35 36
},
{
37 38
    "name":             "inputHold",
    "shortDesc": "Input Hold",
39 40 41
    "type":             "int16",
    "enumStrings":      "Disabled,Enabled",
    "enumValues":       "0,1"
42
},
43 44
{    "name":            "rangefinderDistance",
    "shortDesc": "Rangefinder",
45 46 47
    "type":             "float",
    "decimalPlaces":    2,
    "units":            "meters"
48 49 50 51 52 53
},
{   "name":             "rollPitchToggle",
    "shortDesc": "Roll/Pitch Toggle",
    "type":             "int16",
    "enumStrings":      "Disabled,Enabled,Unavailable",
    "enumValues":       "0,1,2"
54 55
}
]
56
}