GPSRTKFact.json 827 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
[
{
    "name":             "connected",
    "shortDescription": "Connected",
    "type":             "bool"
},
{
    "name":             "currentAccuracy",
    "shortDescription": "Current Accuracy",
    "type":             "double",
DonLakeFlyer's avatar
DonLakeFlyer committed
11 12
    "decimalPlaces":    1,
    "units":            "m"
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
},
{
    "name":             "currentDuration",
    "shortDescription": "Current Duration",
    "type":             "double",
    "decimalPlaces":    0,
    "units":            "s"
},
{
    "name":             "valid",
    "shortDescription": "Survey-in Valid",
    "type":             "bool"
},
{
    "name":             "active",
    "shortDescription": "Survey-in Active",
    "type":             "bool"
},
{
    "name":             "numSatellites",
    "shortDescription": "Number of Satellites",
    "type":             "int32"
}
]