equal
deleted
inserted
replaced
4 #include "ns3/log.h" |
4 #include "ns3/log.h" |
5 #include "ns3/simulator.h" |
5 #include "ns3/simulator.h" |
6 #include <math.h> |
6 #include <math.h> |
7 |
7 |
8 #include "dcf-manager.h" |
8 #include "dcf-manager.h" |
9 #include "mac-parameters.h" |
9 #include "wifi-mac-parameters.h" |
10 |
10 |
11 NS_LOG_COMPONENT_DEFINE ("DcfManager"); |
11 NS_LOG_COMPONENT_DEFINE ("DcfManager"); |
12 |
12 |
13 #define MY_DEBUG(x) \ |
13 #define MY_DEBUG(x) \ |
14 NS_LOG_DEBUG (Simulator::Now () << " " << this << " " << x) |
14 NS_LOG_DEBUG (Simulator::Now () << " " << this << " " << x) |