RCToParamDialog.FactMetaData.json 816 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
DoinLakeFlyer's avatar
DoinLakeFlyer committed
5 6 7
[
{
    "name":             "Scale",
8
    "shortDesc": "Scale the RC range",
DoinLakeFlyer's avatar
DoinLakeFlyer committed
9 10 11
    "type":             "double",
    "min":              -1,
    "max":              1,
12
    "default":     1,
DoinLakeFlyer's avatar
DoinLakeFlyer committed
13 14 15 16
    "decimalPlaces":    1
},
{
    "name":             "CenterValue",
17
    "shortDesc": "Parameter value when RC output is 0",
DoinLakeFlyer's avatar
DoinLakeFlyer committed
18 19 20 21 22 23 24
    "type":             "double",
    "min":              -180.0,
    "max":              180.0,
    "decimalPlaces":    7
},
{
    "name":             "MinValue",
25
    "shortDesc": "Minimum parameter value",
DoinLakeFlyer's avatar
DoinLakeFlyer committed
26 27 28 29 30
    "type":             "double",
    "decimalPlaces":    7
},
{
    "name":             "MaxValue",
31
    "shortDesc": "Maximum parameter value",
DoinLakeFlyer's avatar
DoinLakeFlyer committed
32 33 34 35
    "type":             "double",
    "decimalPlaces":    7
}
]
36
}