equal
deleted
inserted
replaced
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), |