Subversion Repositories NaviCtrl

Rev

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

Rev 503 Rev 504
Line 68... Line 68...
68
u8 PointList_SaveToFile(WPL_Store_t * pWPL_Store);
68
u8 PointList_SaveToFile(WPL_Store_t * pWPL_Store);
69
// load actual point list from SD card
69
// load actual point list from SD card
70
u8 PointList_ReadFromFile(WPL_Store_t * pWPL_Store);
70
u8 PointList_ReadFromFile(WPL_Store_t * pWPL_Store);
71
// move actual point list to ref pos., the point in the list marked by RefIndex get the RefPos afterwards
71
// move actual point list to ref pos., the point in the list marked by RefIndex get the RefPos afterwards
72
u8 PointList_Move(u8 RefIndex, GPS_Pos_t* pRefPos, u16 RotationAngle);
72
u8 PointList_Move(u8 RefIndex, GPS_Pos_t* pRefPos, u16 RotationAngle);
73
 
-
 
-
 
73
extern void ClearWLP_Name(void);
Line 74... Line 74...
74
 
74