SDP Code

Dependents:   SDP_Testing

Fork of MODGPS by Andy K

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.