#include <PalmOS.h>
#include <PalmCompatibility.h>
#include "gtalkRsc.h"
#include "MathLib.h"
#include "gpslib.h"
#include "gtalk.h"
#include "gpsutil.h"
#include "dbio.h"
#include "gpsio.h"
#include "memo.h"
#include "log.h"
Functions | |
UInt | ItemsToSendInCategory (DmOpenRef DB) IO_SECTION |
Number of items to send. | |
Boolean | OkForGremlins (unsigned int prob) IO_SECTION |
Boolean | HostFormHandleEvent (EventPtr e) |
Event handler of Host form. | |
Boolean | ProgressFormHandleEvent (EventPtr e) |
Event handler of progress form. | |
Boolean | DownloadFormHandleEvent (EventPtr e) |
Event handler of download form. | |
Boolean | UploadFormHandleEvent (EventPtr e) |
Upload form event handler. | |
Variables | |
GpsOperation | GpsOp |
char | StatHost [32] |
char | CategoryName [dmCategoryLength] |
|
Event handler of download form.
|
|
Event handler of Host form.
|
|
Number of items to send. Return total number of items, in current category of given data base, to send given the transmission protocol and selection mode
|
|
Event handler of progress form.
|
|
Upload form event handler.
|