#include <PalmOS.h>
#include <PalmCompatibility.h>
#include "MathLib.h"
#include "ResourceDefines.h"
#include "Serial.h"
#include "Sinetab.h"
#include "NavigationForm.h"
#include "GPS.h"
#include "HandleMessage.h"
#include "Utils.h"
#include "Data.h"
#include "fp.h"
#include "geo.h"
#include "Clip.h"
#include "common.h"
Include dependency graph for NavigationForm.c:
Go to the source code of this file.
Defines | |
#define | WinDrawPixel(x, y) WinDrawLine((x),(y),(x),(y)) |
Functions | |
Boolean | NavigationFormHandleEvent (EventPtr eventP) |
Navigation Form event handler. | |
Variables | |
WinHandle | gNavigationH |
Navigation window handle for save-behind (Compass). | |
PrefsType | gPrefs |
Preferences data structure. | |
DmOpenRef | gWaypointDB |
Waypoint Database Reference. | |
GPSType | gGPSData |
Boolean | gHdFtrSet |
High-Density Display Feature Set available. | |
struct { | |
char * unit | |
double conv | |
char * unit | |
} | dst_c [] |
Constants for distance unit conversions and display. | |
struct { | |
char * unit | |
double conv | |
char * unit | |
} | spd_c [] |
Constants for speed unit conversions and display. |
|
Definition at line 141 of file NavigationForm.c. |
|
|
Definition at line 137 of file NavigationForm.c. |
|
Definition at line 131 of file NavigationForm.c. |
|
Constants for distance unit conversions and display.
|
|
Definition at line 129 of file HandleMessage.c. |
|
High-Density Display Feature Set available.
|
|
Navigation window handle for save-behind (Compass).
Definition at line 121 of file NavigationForm.c. Referenced by HandleMessage(), and NavigationFormHandleEvent(). |
|
Preferences data structure.
|
|
Waypoint Database Reference.
|
|
Constants for speed unit conversions and display.
|
|
Definition at line 136 of file NavigationForm.c. |
|
Definition at line 130 of file NavigationForm.c. |