Subversion Repositories NaviCtrl

Rev

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

Rev 491 Rev 494
Line 85... Line 85...
85
        s16 Nick;
85
        s16 Nick;
86
        s16 Roll;
86
        s16 Roll;
87
        s16 Compass;                                    // angle between north and head of the MK
87
        s16 Compass;                                    // angle between north and head of the MK
88
} __attribute__((packed)) Attitude_t;
88
} __attribute__((packed)) Attitude_t;
Line -... Line 89...
-
 
89
 
-
 
90
#define WPL_STORE_TYPE_REL 0
-
 
91
#define WPL_STORE_TYPE_ABS 1
-
 
92
typedef struct
-
 
93
{
-
 
94
   u8 Index;
-
 
95
   u8 Type;
-
 
96
   u8 reserved[8];
-
 
97
   s8 Name[12];
-
 
98
} __attribute__((packed)) WPL_Store_t;
89
 
99
 
90
typedef struct
100
typedef struct
91
{
101
{
92
        u16 Distance;                                   // distance to target in dm
102
        u16 Distance;                                   // distance to target in dm
93
        s16 Bearing;                                    // course to target in deg
103
        s16 Bearing;                                    // course to target in deg