Subversion Repositories NaviCtrl

Rev

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

Rev 403 Rev 490
Line 42... Line 42...
42
Point_t* PointList_WPNext(void);
42
Point_t* PointList_WPNext(void);
43
// enables/disables waypoint function
43
// enables/disables waypoint function
44
void PointList_WPActive(u8 set);
44
void PointList_WPActive(u8 set);
45
// returns pointer to actual POI
45
// returns pointer to actual POI
46
Point_t* PointList_GetPOI(void);
46
Point_t* PointList_GetPOI(void);
-
 
47
// save actual point list to SD card
-
 
48
u8 PointList_SaveToFile(u8 place);
-
 
49
// load actual point list from SD card
-
 
50
u8 PointList_ReadFromFile(u8 place);
Line 47... Line 51...
47
 
51