equal
deleted
inserted
replaced
89 TypeId |
89 TypeId |
90 MinstrelWifiManager::GetTypeId (void) |
90 MinstrelWifiManager::GetTypeId (void) |
91 { |
91 { |
92 static TypeId tid = TypeId ("ns3::MinstrelWifiManager") |
92 static TypeId tid = TypeId ("ns3::MinstrelWifiManager") |
93 .SetParent<WifiRemoteStationManager> () |
93 .SetParent<WifiRemoteStationManager> () |
|
94 .SetGroupName ("Wifi") |
94 .AddConstructor<MinstrelWifiManager> () |
95 .AddConstructor<MinstrelWifiManager> () |
95 .AddAttribute ("UpdateStatistics", |
96 .AddAttribute ("UpdateStatistics", |
96 "The interval between updating statistics table ", |
97 "The interval between updating statistics table ", |
97 TimeValue (Seconds (0.1)), |
98 TimeValue (Seconds (0.1)), |
98 MakeTimeAccessor (&MinstrelWifiManager::m_updateStats), |
99 MakeTimeAccessor (&MinstrelWifiManager::m_updateStats), |