src/stats/model/time-data-calculators.h
changeset 7241 0a7a16b599e8
parent 7189 a3a61f7d66ef
child 7256 b04ba6772f8c
equal deleted inserted replaced
7240:395988f30476 7241:0a7a16b599e8
    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.