LinksPoint GPS Toolkit Reference
GPSINITTIME
gpsapi.h | Types | See Also
Specifies time information for warm starts with data
Remarks
This structure represents Uinversal Time Coordinated (UTC) data, otherwise known as "GPS time". It is effectively equivelant to Greenwhich Mean Time (GMT) with a slight difference in the seconds.
See Also
Group
Declaration
typedef struct {
  short sYear;
  short sMonth;
  short sDay;
  short sHour;
  short sMinute;
  short sSecond;
} GPSINITTIME, * PGPSINITTIME;
File
Links
Copyright ©1998-2005 Links Point Inc.