An extension of original API for working with GPS devices.

Dependents:   A_TeseoLocationNEW A_TeseoLocation TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

GPSProvider::GPSTime_t Struct Reference

GPSProvider::GPSTime_t Struct Reference

GPS time starts from UTC 01/06/1980(MM/DD/YYYY) and includes 2 fields: week and tow. More...

#include <GPSProvider.h>


Detailed Description

GPS time starts from UTC 01/06/1980(MM/DD/YYYY) and includes 2 fields: week and tow.

For a given GPS time, week is the passed week number since the GPS start time, and tow(time of week) is the passed seconds since the last Sunday. For example, a given UTC time [10/30/3014 01:10:00](MM/DD/YYYY HH:MM:SS) can be converted into GPS time [1816, 4200](week, seconds).

GPS time can be used as a quite accurate time once position is fixed.

Definition at line 84 of file GPSProvider.h.