00001
00007
00008
00009
00010
00011
00012
00013 #define Verbose 1
00014
00015 enum GpsOperation
00016 {
00017 gpsNop, gpsHostMode, gpsUpload, gpsDownload, gpsGetTime, gpsGetPosition, gpsGetInfos, gpsEnableAsyncEvts
00018 };
00019 typedef enum GpsOperation GpsOperation;
00020 extern GpsOperation GpsOp;
00021 extern UInt New,
00022 Replaced,
00023 Sent;
00024
00025 #include "sections.h"
00026
00027 Boolean HostFormHandleEvent (EventPtr e) IO_SECTION;
00028 Boolean ProgressFormHandleEvent (EventPtr e) IO_SECTION;
00029 Boolean UploadFormHandleEvent (EventPtr e) IO_SECTION;
00030 Boolean DownloadFormHandleEvent (EventPtr e) IO_SECTION;