Subversion Repositories FlightCtrl

Rev

Rev 565 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 565 Rev 579
Line 57... Line 57...
57
    "UBat            ",
57
    "UBat            ",
58
    "Messwert_Nick   ",
58
    "Messwert_Nick   ",
59
    "Messwert_Roll   ",
59
    "Messwert_Roll   ",
60
    "Messwert_Gier   ", //20
60
    "Messwert_Gier   ", //20
61
    "Stick_Nick      ",
61
    "Stick_Nick      ",
62
    "Stick_Roll          ",
62
    "Stick_Roll      ",
63
    "Stick_Gier      ",
63
    "Stick_Gier      ",
64
    "GPS_Nick        ",
64
    "GPS_Nick        ",
65
    "GPS_Roll        ", //25
65
    "GPS_Roll        ", //25
66
    "utm_east        ",
66
    "utm_east        ",
67
    "utm_north       ",
67
    "utm_north       ",
68
    "utm_alt         ",
68
    "utm_alt         ",
69
    "gps_state       ",
69
    "gps_state       ",
70
    "GPS_dist_2trgt  ", //30
70
    "dist_flown      ", //30
71
    "GyroGier_Comp   "
71
    "dist_2home      "
72
};
72
};
Line 73... Line 73...
73
 
73