www.pudn.com > GPSViewer.rar > GPSExport.h


/* File to export functions for use by upper layer */ 
 
typedef BOOL (*x_InitGbc)(HANDLE comPort); 
typedef BOOL (*x_DeinitGbc)(); 
typedef BOOL (*x_GbcStartGps)(void *pCurPos, void *pCurUTC); 
typedef BOOL (*x_GbcStopGps)(); 
typedef int (*x_GetNMEAMsg)(char *Msg); 
 
 
//typedef CARD_CLIENT_HANDLE (*REGISTERCLIENT)(CLIENT_CALLBACK cc, PCARD_REGISTER_PARMS pCardRegParams);