LinksPoint GPS Toolkit Reference
GPSUTCTIME
gpsapi.h | Types | See Also
Structure representing Universal Time Coordinated (UTC)
Remarks
UTC, sometimes referred to as "GPS time", is similar to Greenwich Mean Time (GMT) except for a small number of "leap seconds". It is safe to use GMT to initialize a receiver with a warm start with data.
See Also
Members
Members Description
short sHour; Current hour
short sMinute; Current minute
double dSecond; Current second
Group
Declaration
typedef struct {
  short sHour;
  short sMinute;
  double dSecond;
} GPSUTCTIME, * PGPSUTCTIME;
File
Links
Copyright ©1998-2005 Links Point Inc.