Subversion Repositories FlightCtrl

Rev

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

Rev 1855 Rev 1856
Line 99... Line 99...
99
        unsigned char Command;
99
        unsigned char Command;
100
        signed int  GPS_Nick;
100
        signed int  GPS_Nick;
101
        signed int  GPS_Roll;
101
        signed int  GPS_Roll;
102
        signed int  GPS_Gier;
102
        signed int  GPS_Gier;
103
        signed int  CompassValue;
103
        signed int  CompassValue;
104
//      signed int  MagVecX;
104
        signed int  MagVecX;
105
//      signed int  MagVecY;
105
        signed int  MagVecY;
106
//      signed int  MagVecZ;
106
        signed int  MagVecZ;
107
        signed int  Status;
107
        signed int  Status;
108
        unsigned int BeepTime;
108
        unsigned int BeepTime;
109
        union
109
        union
110
        {
110
        {
111
                unsigned char Byte[12];
111
                unsigned char Byte[12];