Description: #include <windows.h>
#include "stdio.h"
#include "time.h"
#include "string.h"
#include "assert.h"
#include "gps.h"
#include "math.h"
DCB dcb
COMMTIMEOUTS timeouts
COMSTAT ComStat
HANDLE idComDev
unsigned int testCycle = 0
volatile char gpsMessage[1030][2] = {0}
volatile int buffHead = 0
volatile int buffEnd = 0
DWORD WINAPI receiveGPSProc(LPVOID) //receive gps data
DWORD WINAPI analyseGPSProc(LPVOID) //analyse gps data
/*******************************************************************************
** Function: Get GPS Communication Port from GPSPort.ini **
** In: char buffer **
** Out: set the char buffer **
** Date: 2007-8-1 Author: Owen.Lu **
*******************************************************************************/
void g
File list (Check if you may need any files):
GPS.c
gps.h