Allows for a GPS module to be connected to a serial port and exposes an easy to use API to get the GPS data. New feature, added Mbed/LPC17xx RTC synchronisation

Dependents:   SatGPS AntiTheftGPS FLIGHT_CONTROL_AND_COMMUNICATIONS_SYSTEM GPS-Lora ... more

Embed: (wiki syntax)

« Back to documentation index

GPS_VTG Class Reference

GPS_VTG Class Reference

GPS_Time definition. More...

#include <GPS_VTG.h>

Data Fields

double _velocity_knots
 The velocity (in knots)
double _velocity_kph
 The velocity (in kph)
double _track_true
 The track (in decimal degrees true)
double _track_mag
 The track (in decimal degrees magnetic)

Detailed Description

GPS_Time definition.

Definition at line 30 of file GPS_VTG.h.


Field Documentation

double _track_mag

The track (in decimal degrees magnetic)

Definition at line 40 of file GPS_VTG.h.

double _track_true

The track (in decimal degrees true)

Definition at line 38 of file GPS_VTG.h.

The velocity (in knots)

Definition at line 34 of file GPS_VTG.h.

double _velocity_kph

The velocity (in kph)

Definition at line 36 of file GPS_VTG.h.