Subversion Repositories NaviCtrl

Rev

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

Rev 125 Rev 132
Line 68... Line 68...
68
{
68
{
69
        u16 Distance;                                   // distance to target in dm
69
        u16 Distance;                                   // distance to target in dm
70
        s16 Bearing;                                    // course to target in deg
70
        s16 Bearing;                                    // course to target in deg
71
}  __attribute__((packed)) GPS_PosDev_t;
71
}  __attribute__((packed)) GPS_PosDev_t;
Line 72... Line 72...
72
 
72
 
Line 73... Line 73...
73
#define NAVIDATA_VERSION 1 // should be set to 2 of MK-Tool is adopted
73
#define NAVIDATA_VERSION 2 // should be set to 2 of MK-Tool is adopted
74
 
74
 
75
typedef struct
75
typedef struct
76
{
76
{