src/wifi/model/minstrel-wifi-manager.cc
changeset 11245 5c781d7e5a25
parent 11174 780a43e4980c
child 11450 9f4ae69f12b7
equal deleted inserted replaced
11244:2a117115b91f 11245:5c781d7e5a25
    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),