53: Protection Level
Get information about the protection level - i.e. 95% confidence accuracy ellipse. Only supported on RTK enabled products. Used to retrieve ublox protection level information, on devices that have it.
Header
| Field | Name | Description | Type |
|---|---|---|---|
| 5 | Method | Request a service to be perform an action Possible values:
| uint8 |
Payload
| Field | Name | Description | Type | Unit |
|---|---|---|---|---|
| 1 | Valid | Indicates if the protection level data is valid | uint8 | |
| 2 | latitude | Protection level in the Lat direction (North South) | uint32 | mm |
| 3 | longitude | Protection level in the Lon direction (East West) | uint32 | mm |
| 4 | Altitude | Protection level in the Z direction | uint32 | mm |
Code
For convenience, the following constants can be used to reference this message type.