GPS4Palm

Source Code Documentation


TrackForm.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002  *
00003  * $RCSfile: TrackForm_8h-source.html,v $
00004  *
00005  * GPS4Palm Tracks Form
00006  *
00007  * This program is Copyright (C) 12/2002 Matthias Prinke
00008  * <matthias.prinke@surfeu.de> and covered by GNU's GPL.
00009  * In particular, this program is free software and comes WITHOUT
00010  * ANY WARRANTY.
00011  *
00012  * $Author: mp $
00013  *
00014  * $Date: 2007-10-08 20:40:35 $
00015  *
00016  * $Revision: 1.5.2.1 $
00017  *
00018  * $Log: TrackForm_8h-source.html,v $
00018  * Revision 1.5.2.1  2007-10-08 20:40:35  mp
00018  * updated for gps4palm V0.9.5 beta
00018  *
00019  * Revision 1.2  2004-12-02 23:02:04  mp
00020  * modified trackDrawTable
00021  *
00022  * Revision 1.1  2004/11/30 21:07:30  mp
00023  * initial version
00024  *
00025  *
00026  ****************************************************************************/ 
00027 #ifndef TRACKFORM_H
00028 #define TRACKFORM_H
00029 
00030 
00031 /*
00032  * The Route Form functions are in their own segment
00033  */
00034 #define TRACK_SECTION   __attribute__ ((section ("database")))
00035 
00036 Boolean TrackFormHandleEvent(EventPtr eventP)           TRACK_SECTION;
00037 
00038 void trackDrawTable(Int32 top, UInt16 *sel)             TRACK_SECTION;
00039 
00040 #endif

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