Subversion Repositories NaviCtrl

Rev

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

Rev 258 Rev 278
Line 9... Line 9...
9
        s16 Nick;
9
        s16 Nick;
10
        s16 Roll;
10
        s16 Roll;
11
        s16 Yaw;
11
        s16 Yaw;
12
}  __attribute__((packed)) GPS_Stick_t;
12
}  __attribute__((packed)) GPS_Stick_t;
Line -... Line 13...
-
 
13
 
-
 
14
typedef struct
-
 
15
{
-
 
16
        s16 Azimuth;            // angle measured clockwise from north
-
 
17
        s16 Elevation;          // angle measured upwards from horizont
-
 
18
        u8 State;                       // NEWDATA, PROCESSED, INVALID
-
 
19
} __attribute__((packed)) CAM_Orientation_t;
-
 
20
 
13
 
21
extern CAM_Orientation_t CAM_Orientation;
Line 14... Line 22...
14
extern Waypoint_t* GPS_pWaypoint;
22
extern Waypoint_t* GPS_pWaypoint;
15
 
23
 
16
void GPS_Init(void);
24
void GPS_Init(void);