Subversion Repositories NaviCtrl

Rev

Rev 286 | Rev 295 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 286 Rev 291
Line 4... Line 4...
4
#include "ubx.h"
4
#include "ubx.h"
Line 5... Line 5...
5
 
5
 
6
#define POINT_TYPE_INVALID 255
6
#define POINT_TYPE_INVALID 255
7
#define POINT_TYPE_WP   0
7
#define POINT_TYPE_WP   0
-
 
8
#define POINT_TYPE_POI  1
Line -... Line 9...
-
 
9
#define POINT_TYPE_BOTH 2 // only command 's'
8
#define POINT_TYPE_POI  1
10
 
-
 
11
extern u8 WPIndex;              // list index of GPS point representig the current WP, can be maximal WPCount
-
 
12
extern u8 POIIndex;     // list index of GPS Point representing the current POI, can be maximal WPCount
-
 
13
extern u8 WPCount;      // number of waypoints
Line 9... Line 14...
9
 
14
extern u8 PointCount;           // number of wp in the list can be maximal equal to MAX_LIST_LEN
10
extern u8 POIIndex;     // list index of GPS Point representing the current POI, can be maximal WPCount
15
extern u8 POICount;
11
 
16
 
12
typedef struct
17
typedef struct