LinksPoint GPS Toolkit Reference
GPSLOGGER_RECORD_EX
Types | See Also
Structure defining the data format of a record from a Trine data logger
See Also
Members
Members Description
unsigned int uiSecond : 6; Second 0-59
unsigned int uiMinute : 6; Minute 0-59
unsigned int uiHour : 5; Hour 0-23
unsigned int uiDay : 5; Day 1-31
unsigned int uiMonth : 4; Month 1-12
unsigned int uiYear : 5; Year 0-31
unsigned int uiRecType : 1; Rec type flag. 1:Control; 0:Log Data
long lLatitude; The latitute, =(DDMM.mmmm)*10000 >0 :North,<0 :South
long lLongitude; The lontitude, =(DDDMM.mmmm)*10000 >0 :East, <0 :West.
int iAltitude : 20; Altitude. Unit=0.1 Meter; -524288-+524287
unsigned int uiFix : 2; Fix. 0, 2, 3 D Fix
unsigned int uiDGPS : 1; DGPS . 1:DGPS Used
unsigned int uiHDOP : 9; The HDOP. Unit=0.1 DOP; 0-500
unsigned int uiCOG : 9; Cog. Unit=1 degree; 0-360
unsigned int uiVelocity : 15; Velocity. Unit=0.1 Km/Hr; 0-32767
unsigned int uiChecksum : 8; Checksum
Group
Declaration
typedef struct {
  unsigned int uiSecond : 6;
  unsigned int uiMinute : 6;
  unsigned int uiHour : 5;
  unsigned int uiDay : 5;
  unsigned int uiMonth : 4;
  unsigned int uiYear : 5;
  unsigned int uiRecType : 1;
  long lLatitude;
  long lLongitude;
  int iAltitude : 20;
  unsigned int uiFix : 2;
  unsigned int uiDGPS : 1;
  unsigned int uiHDOP : 9;
  unsigned int uiCOG : 9;
  unsigned int uiVelocity : 15;
  unsigned int uiChecksum : 8;
} GPSLOGGER_RECORD_EX, * PGPSLOGGER_RECORD_EX;
File
sirfapi.h
Links
Copyright ©1998-2005 Links Point Inc.