GPS4Palm

Source Code Documentation


geodb.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002  *
00003  * $RCSfile: geodb_8h-source.html,v $
00004  *
00005  * Header for GeoDB
00006  *
00007  * $Date: 2007-10-08 20:40:33 $
00008  *
00009  * $Revision: 1.4.2.1 $
00010  *
00011  * $Log: geodb_8h-source.html,v $
00011  * Revision 1.4.2.1  2007-10-08 20:40:33  mp
00011  * updated for gps4palm V0.9.5 beta
00011  *
00012  * Revision 1.1  2005-01-29 10:17:33  mp
00013  * imported from example code (importGeoDBLocation.zip) by David W. Bray
00014  *
00015  *
00016  ****************************************************************************/
00017 #ifndef GEODB_H
00018 #define GEODB_H
00019 
00020 #include "PalmCompatibility.h"
00021 
00022 #define dbType        'Data'
00023 #define geoDBCreator  'GoDB'
00024 #define geoDBType     'appl'
00025 #define geoDBVerNumber 1.1
00026 
00027 typedef struct
00028 { Char name[18];
00029   Char latStr[14], longStr[14], altStr[14], gmtStr[6];
00030   Boolean latNS, longEW, gmtEW;
00031   Byte dayLight;
00032 } Location;
00033 
00034 Boolean importGeoDBLocation(void);
00035 
00036 #endif

Created: Mon, 08 Oct 2007 22:33:16 +0200
Copyright ©2004 M. Prinke