Subversion Repositories NaviCtrl

Rev

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

Rev 789 Rev 807
Line 251... Line 251...
251
        s16 HomeAltitude;               // hight according to air pressure
251
        s16 HomeAltitude;               // hight according to air pressure
252
        u16 WP_OperatingRadius; // current WP operation radius around the Home Position in m
252
        u16 WP_OperatingRadius; // current WP operation radius around the Home Position in m
253
        u8 LipoCellCount;
253
        u8 LipoCellCount;
254
        u8 DescendRange;                // in [10m]
254
        u8 DescendRange;                // in [10m]
255
        u8 ManualFlyingRange;   // in [10m]
255
        u8 ManualFlyingRange;   // in [10m]
-
 
256
        u8 OSDStatusFlags3;
256
u8 reserve1;
257
u8 reserve1;
257
u8 reserve2;
-
 
258
} __attribute__((packed)) NaviData_Home_t;
258
} __attribute__((packed)) NaviData_Home_t;
259
extern NaviData_Home_t NaviData_Home;
259
extern NaviData_Home_t NaviData_Home;
Line 260... Line 260...
260
 
260
 
261
typedef struct   // Index:14    (24 Bytes need 39 ASCII-characters)
261
typedef struct   // Index:14    (24 Bytes need 39 ASCII-characters)