|
LinksPoint GPS Toolkit Reference
|
usBadudRate specifies the communications baud rate with which to configure the receiver.
| 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 |
typedef struct {
long lGGA;
long lGLL;
long lGSA;
long lGSV;
long lRMC;
long lVTG;
unsigned short usBaudRate;
} NMEA_PROTOCOL_PARAMS;