Subversion Repositories Projects

Rev

Rev 266 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 266 Rev 381
Line 16... Line 16...
16
    public int bytes_out=0;
16
    public int bytes_out=0;
Line 17... Line 17...
17
 
17
 
-
 
18
 
Line 18... Line 19...
18
 
19
 
19
 
20
    public int resend_count=0;
20
    public int resend_count=0;
21
    public int crc_fail=0;
21
 
22
 
Line 53... Line 54...
53
    public long speed_sum=0;
54
    public long speed_sum=0;
54
    public int speed_cnt=1;
55
    public int speed_cnt=1;
Line 55... Line 56...
55
 
56
 
Line -... Line 57...
-
 
57
    public int max_alt=0;
-
 
58
 
-
 
59
 
-
 
60
    public MKStatistics()
-
 
61
    {
56
    public int max_alt=0;
62
        reset();
57
 
63
    }
58
    public int avg_speed()
64
    public int avg_speed()
59
    {
65
    {
60
        return (int)(speed_sum/speed_cnt);
66
        return (int)(speed_sum/speed_cnt);
Line 74... Line 80...
74
 
80
 
75
    }
81
    }
76
    public void process_mkflags(int flags)
82
    public void process_mkflags(int flags)
77
    {
83
    {
78
        if (flags==0)
-
 
79
           
84
        if (flags==0)
Line 80... Line 85...
80
            flying_start=-1;
85
            flying_start=-1;
Line 81... Line 86...
81
           
86
           
Line 103... Line 108...
103
    }
108
    }
Line 104... Line 109...
104
 
109
 
105
   
110
   
-
 
111
    public void reset()
106
    public void reset()
112
    {
107
    {
113
        flying_start=-1;
108
 
114
        crc_fail=0;
109
        debug_data_count=0;
115
        debug_data_count=0;
110
        debug_names_count=0;
116
        debug_names_count=0;
111
        angle_data_count=0;
117
        angle_data_count=0;