fix typo
This commit is contained in:
@@ -740,7 +740,7 @@ WifiRemoteStationInfo::WifiRemoteStationInfo () :
|
||||
{}
|
||||
|
||||
double
|
||||
WifiRemoteStationInfo::CalculateAveragingCoeffitient ()
|
||||
WifiRemoteStationInfo::CalculateAveragingCoefficient ()
|
||||
{
|
||||
double retval = exp((double)
|
||||
(m_lastUpdate.GetMicroSeconds () - Simulator::Now ().GetMicroSeconds()) / (double)m_memoryTime.GetMicroSeconds ()
|
||||
|
||||
@@ -399,7 +399,7 @@ private:
|
||||
* \attention Calling this method twice gives different results,
|
||||
* because it resets time of last update.
|
||||
*/
|
||||
double CalculateAveragingCoeffitient ();
|
||||
double CalculateAveragingCoefficient ();
|
||||
///averaging coefficient depends on the memory time
|
||||
Time m_memoryTime;
|
||||
///when last update has occured
|
||||
|
||||
Reference in New Issue
Block a user