Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.06 KB

class2.level1.gnss.md

File metadata and controls

54 lines (31 loc) · 1.06 KB

Class=718 (0x02CE) - Class2 Level I GNSS

CLASS2.LEVEL1.GNSS

Description

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.

Type=0 (0x00) - General event :id=type0

VSCP_TYPE_GNSS_GENERAL

General Event.


Type=1 (0x01) - Position :id=type1

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.

Type=2 (0x02) - Satellites :id=type2

VSCP_TYPE_GNSS_SATELLITES

Number of satellites used.

Byte Description
0 Number of satellites used.

filename