equal
deleted
inserted
replaced
23 #include "ns3/wifi-mode.h" |
23 #include "ns3/wifi-mode.h" |
24 #include "ns3/wifi-tx-vector.h" |
24 #include "ns3/wifi-tx-vector.h" |
25 |
25 |
26 namespace ns3 { |
26 namespace ns3 { |
27 namespace dot11s { |
27 namespace dot11s { |
28 NS_OBJECT_ENSURE_REGISTERED (AirtimeLinkMetricCalculator) |
28 NS_OBJECT_ENSURE_REGISTERED (AirtimeLinkMetricCalculator); |
29 ; |
|
30 |
29 |
31 TypeId |
30 TypeId |
32 AirtimeLinkMetricCalculator::GetTypeId () |
31 AirtimeLinkMetricCalculator::GetTypeId () |
33 { |
32 { |
34 static TypeId tid = TypeId ("ns3::dot11s::AirtimeLinkMetricCalculator") |
33 static TypeId tid = TypeId ("ns3::dot11s::AirtimeLinkMetricCalculator") |