Subversion Repositories NaviCtrl

Rev

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

Rev 345 Rev 471
Line 30... Line 30...
30
u8 GPX_TrackBegin(GPX_Document_t *doc);                                         // opens a new track within the open gpx-document
30
u8 GPX_TrackBegin(GPX_Document_t *doc);                                         // opens a new track within the open gpx-document
31
u8 GPX_TrackEnd(GPX_Document_t *doc);                                           // ends the actual track
31
u8 GPX_TrackEnd(GPX_Document_t *doc);                                           // ends the actual track
32
u8 GPX_TrackSegmentBegin(GPX_Document_t *doc);                          // begins a new tracksegment within the actual track
32
u8 GPX_TrackSegmentBegin(GPX_Document_t *doc);                          // begins a new tracksegment within the actual track
33
u8 GPX_TrackSegmentEnd(GPX_Document_t *doc);                            // ends the actual track segment within the actual track
33
u8 GPX_TrackSegmentEnd(GPX_Document_t *doc);                            // ends the actual track segment within the actual track
34
u8 GPX_TrackSegmentAddPoint(GPX_Document_t *,unsigned char part);                               // adds a point to the tracksegment
34
u8 GPX_TrackSegmentAddPoint(GPX_Document_t *,unsigned char part);                               // adds a point to the tracksegment
-
 
35
extern unsigned int BL3_Current(unsigned char who); // in 0,1A
Line 35... Line 36...
35
 
36