MeasurementComplexItem.SettingsGroup.json 669 Bytes
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5 6
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
[
{
7 8
    "name":             "VariantIndex",
    "shrotDesc": "Route variant index.",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
9
    "type":             "uint64",
10
    "default":     0
Valentin Platzgummer's avatar
Valentin Platzgummer committed
11 12 13
},
{
    "name":             "Altitude",
14
    "shrotDesc": "Altitude.",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
15 16 17 18
    "type":             "double",
    "units":            "m",
    "min":              1,
    "decimalPlaces":    1,
19
    "default":     10.0
Valentin Platzgummer's avatar
Valentin Platzgummer committed
20 21 22 23 24 25 26
},
{
    "name":             "ConnectionString",
    "shrotDesc": "Nemo Connection String.",
    "longDesc":  "Nemo Connection String (e.g. host_ip:port).",
    "type":             "string",
    "default":     "localhost:9090"
Valentin Platzgummer's avatar
Valentin Platzgummer committed
27 28 29
}
]
}