Skip to content
GPSRTKFact.json 827 B
Newer Older
[
{
    "name":             "connected",
    "shortDescription": "Connected",
    "type":             "bool"
},
{
    "name":             "currentAccuracy",
    "shortDescription": "Current Accuracy",
    "type":             "double",
DonLakeFlyer's avatar
DonLakeFlyer committed
    "decimalPlaces":    1,
    "units":            "m"
},
{
    "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"
}
]