Subversion Repositories NaviCtrl

Rev

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

Rev 162 Rev 224
Line 20... Line 20...
20
u8 WPList_Append(Waypoint_t* pwp);
20
u8 WPList_Append(Waypoint_t* pwp);
21
Waypoint_t* WPList_Begin(void);
21
Waypoint_t* WPList_Begin(void);
22
Waypoint_t* WPList_End(void);
22
Waypoint_t* WPList_End(void);
23
Waypoint_t* WPList_Next(void);
23
Waypoint_t* WPList_Next(void);
24
Waypoint_t* WPList_GetAt(u8 index);
24
Waypoint_t* WPList_GetAt(u8 index);
-
 
25
Waypoint_t* WPList_GetPOI(void);
-
 
26
void WPList_SetPOI(Waypoint_t* pwp);
Line 25... Line 27...
25
 
27