equal
deleted
inserted
replaced
19 */ |
19 */ |
20 |
20 |
21 #include "airtime-metric.h" |
21 #include "airtime-metric.h" |
22 #include "ns3/wifi-remote-station-manager.h" |
22 #include "ns3/wifi-remote-station-manager.h" |
23 #include "ns3/wifi-mode.h" |
23 #include "ns3/wifi-mode.h" |
24 namespace ns3 |
24 namespace ns3 { |
25 { |
25 namespace dot11s { |
26 namespace dot11s |
|
27 { |
|
28 NS_OBJECT_ENSURE_REGISTERED (AirtimeLinkMetricCalculator); |
26 NS_OBJECT_ENSURE_REGISTERED (AirtimeLinkMetricCalculator); |
29 TypeId |
27 TypeId |
30 AirtimeLinkMetricCalculator::GetTypeId () |
28 AirtimeLinkMetricCalculator::GetTypeId () |
31 { |
29 { |
32 static TypeId tid = TypeId ("ns3::dot11s::AirtimeLinkMetricCalculator") |
30 static TypeId tid = TypeId ("ns3::dot11s::AirtimeLinkMetricCalculator") |