LinksPoint GPS Toolkit Reference
NMEA_PROTOCOL_PARAMS
Types | See Also
Configuration settings for the NMEA protocol
Remarks
Each of the members specifies the interval, in seconds, at which each NMEA sentence is to .

usBadudRate specifies the communications baud rate with which to configure the receiver.

See Also
SIRFSwitchToNMEA, GpsSwitchToProtocol
Members
Members Description
long lGGA; Time, position and fix type data
long lGLL; Latitude, longitude, UTC time of position fix and status.
long lGSA; GPS receiver operating mode, satellites used in the position solution,and DOP values
long lGSV; The number of GPS satellites in view satellite ID numbers, elevation,azimuth, and SNR values
long lRMC; Time, date, position, course and speed data
long lVTG; Course and speed information relative to the ground
unsigned short usBaudRate; Baud Rate
Group
Declaration
typedef struct {
  long lGGA;
  long lGLL;
  long lGSA;
  long lGSV;
  long lRMC;
  long lVTG;
  unsigned short usBaudRate;
} NMEA_PROTOCOL_PARAMS;
File
sirfapi.h
Links
Copyright ©1998-2005 Links Point Inc.