RouteComplexItem.SettingsGroup.json 1.45 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
[
{
    "name":             "TransectDistance",
    "shortDescription": "The distance between transects.",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
    "defaultValue":     20.0
},
{
    "name":             "Alpha",
    "shortDescription": "Angle discretisation or transect angle (depending on type).",
    "type":             "double",
    "units":            "Deg",
    "min":              0,
    "max":              180,
    "decimalPlaces":    1,
    "defaultValue":     5.0
},
{
    "name":             "MinLength",
    "shortDescription": "The minimal transect length.",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
    "defaultValue":     5.0
},
{
    "name":             "Type",
    "shortDescription": "Survey Type.",
    "type":             "uint64",
    "defaultValue":     0
},
{
    "name":             "Variant",
    "shortDescription": "Route variant.",
    "type":             "uint64",
    "defaultValue":     0
},
{
    "name":             "NumRuns",
    "shortDescription": "The number of runs.",
    "type":             "uint64",
    "min":              1,
    "defaultValue":     1
},
{
    "name":             "Run",
    "shortDescription": "The current run.",
    "type":             "uint64",
    "defaultValue":     0
}
]
}