GPS4Palm

Source Code Documentation


georef.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002  *
00003  * $RCSfile: georef_8h-source.html,v $
00004  *
00005  * GPS4Palm Map File Georeference Decoding
00006  *
00007  * History:
00008  * 2003-10-19:  first version
00009  *
00010  * This program is Copyright (C) 10/2003 Matthias Prinke
00011  * <matthias.prinke@surfeu.de> and covered by GNU's GPL.
00012  * In particular, this program is free software and comes WITHOUT
00013  * ANY WARRANTY.
00014  *
00015  * $Author: mp $
00016  *
00017  * $Date: 2007-10-08 20:40:33 $
00018  *
00019  * $Revision: 1.7.2.1 $
00020  *
00021  * $Log: georef_8h-source.html,v $
00021  * Revision 1.7.2.1  2007-10-08 20:40:33  mp
00021  * updated for gps4palm V0.9.5 beta
00021  *
00022  * Revision 1.7  2005-05-06 13:41:13  mp
00023  * modified search_map()
00024  *
00025  * Revision 1.6  2005/04/17 18:15:08  mp
00026  * moved ON_MAP() to MapForm.c
00027  *
00028  * Revision 1.5  2005/02/19 14:35:13  mp
00029  * modified search_map()
00030  *
00031  * Revision 1.4  2004/01/18 11:42:21  mp
00032  * moved functions to section geo
00033  *
00034  * Revision 1.3  2003/12/28 18:07:36  mp
00035  * added macro ON_MAP(x,y)
00036  *
00037  * Revision 1.2  2003/11/23 20:01:19  mp
00038  * added search_map()
00039  *
00040  * Revision 1.1  2003/10/19 16:56:30  mp
00041  * initial version
00042  *
00043  *
00044  *
00045  ****************************************************************************/
00046 #ifndef GEOREF_H
00047 #define GEOREF_H
00048 
00049 #define GEOREF_SECTION   __attribute__ ((section ("geo")))
00050 
00051 Boolean georef_filename(const Char *filename, double *map_lat,
00052                 double *map_lon, UInt32 *map_scale)             GEOREF_SECTION;
00053                  
00054 Boolean search_map(char *filename, UInt32 *card,
00055                 double lon, double lat,
00056                 UInt16 maxx, UInt16 maxy)                       GEOREF_SECTION;
00057 #endif

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