Skip to content
Snippets Groups Projects
GPSFact.json 1.15 KiB
Newer Older
  • Learn to ignore specific revisions
  • Don Gagne's avatar
    Don Gagne committed
    {
        "version": 1,
    
        "properties": [
            {
                "name":             "hdop",
                "shortDescription": "HDOP",
                "type":             "double",
                "decimalPlaces":    1
            },
            {
                "name":             "vdop",
                "shortDescription": "VDOP",
                "type":             "double",
                "decimalPlaces":    1
            },
            {
                "name":             "courseOverGround",
                "shortDescription": "Course Over Ground",
                "type":             "double",
                "decimalPlaces":    1,
    
                "units":            "deg"
    
    Don Gagne's avatar
    Don Gagne committed
            },
            {
                "name":             "lock",
                "shortDescription": "GPS Lock",
                "type":             "uint32",
    
                "enumStrings":      "None,None,2D Lock,3D Lock,3D DGPS Lock,3D RTK GPS Lock (float),3D RTK GPS Lock (fixed)",
                "enumValues":       "0,1,2,3,4,5,6",
    
    Don Gagne's avatar
    Don Gagne committed
                "decimalPlaces":    0
            },
            {
                "name":             "count",
                "shortDescription": "Sat Count",
                "type":             "double",
                "decimalPlaces":    0
            }
        ]
    }