Subversion Repositories NaviCtrl

Rev

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

Rev 705 Rev 722
Line 4... Line 4...
4
void Logging_Init(void);
4
void Logging_Init(void);
5
void Logging_Update(void); // logs the current gps position to a kml file
5
void Logging_Update(void); // logs the current gps position to a kml file
6
extern u8 SD_LoggingError;
6
extern u8 SD_LoggingError;
7
extern u32 Logged_GPX_Counter, Logged_KML_Counter;
7
extern u32 Logged_GPX_Counter, Logged_KML_Counter;
Line -... Line 8...
-
 
8
 
-
 
9
typedef enum
-
 
10
{
-
 
11
        LOGFILE_IDLE,
-
 
12
        LOGFILE_START,
-
 
13
        LOGFILE_CLOSED,
-
 
14
        LOGFILE_OPENED,
-
 
15
        LOGFILE_ERROR
-
 
16
} logfilestate_t;
8
 
17
 
9
typedef struct
18
typedef struct
10
{
19
{
11
        u32 KML_Interval;  // the kml-log interval (0 = off)
20
        u32 KML_Interval;  // the kml-log interval (0 = off)
12
        u32 GPX_Interval;  // the gpx-log interval (0 = off)
21
        u32 GPX_Interval;  // the gpx-log interval (0 = off)