equal
deleted
inserted
replaced
29 namespace ns3 { |
29 namespace ns3 { |
30 |
30 |
31 //------------------------------------------------------------ |
31 //------------------------------------------------------------ |
32 //-------------------------------------------- |
32 //-------------------------------------------- |
33 /** |
33 /** |
|
34 * \ingroup stats |
|
35 * |
34 * Unfortunately, templating the base MinMaxAvgTotalCalculator to |
36 * Unfortunately, templating the base MinMaxAvgTotalCalculator to |
35 * operate over Time values isn't straightforward. The main issues |
37 * operate over Time values isn't straightforward. The main issues |
36 * are setting the maximum value, which can be worked around easily |
38 * are setting the maximum value, which can be worked around easily |
37 * as it done here, and dividing to get the average, which is not as |
39 * as it done here, and dividing to get the average, which is not as |
38 * easily worked around. |
40 * easily worked around. |