Subversion Repositories NaviCtrl

Rev

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

Rev 88 Rev 92
Line 17... Line 17...
17
u8 WPList_Clear(void);
17
u8 WPList_Clear(void);
18
u8 WPList_GetCount(void);
18
u8 WPList_GetCount(void);
19
u8 WPList_Append(Waypoint_t* pwp);
19
u8 WPList_Append(Waypoint_t* pwp);
20
Waypoint_t* WPList_Begin(void);
20
Waypoint_t* WPList_Begin(void);
21
Waypoint_t* WPList_Next(void);
21
Waypoint_t* WPList_Next(void);
-
 
22
Waypoint_t* WPList_GetAt(u8 index);
Line 22... Line 23...
22
 
23