Subversion Repositories NaviCtrl

Rev

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

Rev 557 Rev 735
Line 18... Line 18...
18
{
18
{
19
        u8  Status;     // invalid, newdata, processed
19
        u8  Status;     // invalid, newdata, processed
20
        s32 North;              // in cm deviation from target
20
        s32 North;              // in cm deviation from target
21
        s32 East;               // in cm deviation from target
21
        s32 East;               // in cm deviation from target
22
        s32 Bearing;    // in deg to target
22
        s32 Bearing;    // in deg to target
23
        s32 Distance;   // in cm to target
23
        s32 Distance_cm;        // in cm to target
24
} __attribute__((packed)) GPS_Pos_Deviation_t;
24
} __attribute__((packed)) GPS_Pos_Deviation_t;
Line 25... Line 25...
25
 
25
 
26
/*
26
/*
27
// transform the integer 1E-7 deg into float radians
27
// transform the integer 1E-7 deg into float radians