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