CLASS2.LEVEL1.GNSS
This class mirrors the CLASS1.GNSS class but use a different data format with a GUID stored in the first 16 bytes of the data followed by the standard data thus offset with 16-bytes.
See CLASS2.PROTOCOL1 for more information on the data format.
VSCP_TYPE_GNSS_GENERAL
General Event.
VSCP_TYPE_GNSS_POSITION
Position information as decimal Latitude + Longitude.
Byte | Description |
---|---|
0-3 | Latitude as floating point value. |
4-7 | Longitude as floating point value. |
VSCP_TYPE_GNSS_SATELLITES
Number of satellites used.
Byte | Description |
---|---|
0 | Number of satellites used. |