NDEVR
API Documentation
GPSPoint

A geographic coordinate point produced by a GNSS receiver. More...

Inheritance diagram for GPSPoint:
[legend]
Collaboration diagram for GPSPoint:
[legend]

Public Attributes

Vertex< 3, fltp08lat_lon = Constant<Vertex<3, fltp08>>::Invalid
 Position as (latitude, longitude, altitude). Latitude in decimal degrees (S < 0 > N), longitude in decimal degrees (W < 0 > E), altitude in meters.
GNSSQuality quality = GNSSQuality::e_invalid
 Quality indicator of the GNSS fix.
Time time = Constant<Time>::Invalid
 UTC timestamp of the fix.

Detailed Description

A geographic coordinate point produced by a GNSS receiver.


Stores a latitude/longitude/altitude position along with the timestamp and quality indicator of the fix. Coordinates are in decimal degrees (WGS84) and altitude in meters.

Definition at line 35 of file GPSPoint.h.


The documentation for this struct was generated from the following file: