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_GENERALGeneral Event.
VSCP_TYPE_GNSS_POSITIONPosition information as decimal Latitude + Longitude.
Byte | Description |
---|---|
0-3 | Latitude as floating point value. |
4-7 | Longitude as floating point value. |
VSCP_TYPE_GNSS_SATELLITESNumber of satellites used.
Byte | Description |
---|---|
0 | Number of satellites used. |
{% include "./bottom_copyright.md" %}