Subversion Repositories NaviCtrl

Rev

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

Rev 491 Rev 494
Line 43... Line 43...
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
47
// save actual point list to SD card
48
u8 PointList_SaveToFile(u8 place);
48
u8 PointList_SaveToFile(u8 place, s8 * name);
49
// load actual point list from SD card
49
// load actual point list from SD card
50
u8 PointList_ReadFromFile(u8 place);
50
u8 PointList_ReadFromFile(u8 place);
51
// move actual point list to ref pos., the point in the list marked by RefIndex get the RefPos afterwards
51
// move actual point list to ref pos., the point in the list marked by RefIndex get the RefPos afterwards
52
u8 PointList_Move(u8 RefIndex, GPS_Pos_t* pRefPos);
52
u8 PointList_Move(u8 RefIndex, GPS_Pos_t* pRefPos);