Subversion Repositories NaviCtrl

Rev

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

Rev 92 Rev 151
Line 16... Line 16...
16
u8 WPList_Init(void);
16
u8 WPList_Init(void);
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_End(void);
21
Waypoint_t* WPList_Next(void);
22
Waypoint_t* WPList_Next(void);
22
Waypoint_t* WPList_GetAt(u8 index);
23
Waypoint_t* WPList_GetAt(u8 index);
Line 23... Line 24...
23
 
24