src/devices/wifi/amrr-wifi-manager.cc
changeset 2602 d9262bff6df2
parent 2599 fcc1728eb669
child 2784 49006cbbfac7
equal deleted inserted replaced
2601:4297e8c61615 2602:d9262bff6df2
    31 NS_OBJECT_ENSURE_REGISTERED (AmrrWifiManager);
    31 NS_OBJECT_ENSURE_REGISTERED (AmrrWifiManager);
    32 
    32 
    33 TypeId
    33 TypeId
    34 AmrrWifiManager::GetTypeId (void)
    34 AmrrWifiManager::GetTypeId (void)
    35 {
    35 {
    36   static TypeId tid = TypeId ("AmrrWifiManager")
    36   static TypeId tid = TypeId ("ns3::AmrrWifiManager")
    37     .SetParent<WifiRemoteStationManager> ()
    37     .SetParent<WifiRemoteStationManager> ()
    38     .AddConstructor<AmrrWifiManager> ()
    38     .AddConstructor<AmrrWifiManager> ()
    39     .AddAttribute ("UpdatePeriod",
    39     .AddAttribute ("UpdatePeriod",
    40                    "The interval between decisions about rate control changes",
    40                    "The interval between decisions about rate control changes",
    41                    Seconds (1.0),
    41                    Seconds (1.0),