equal
deleted
inserted
replaced
31 #include "ns3/double.h" |
31 #include "ns3/double.h" |
32 #include "ns3/config.h" |
32 #include "ns3/config.h" |
33 #include "ns3/string.h" |
33 #include "ns3/string.h" |
34 #include "ns3/yans-wifi-helper.h" |
34 #include "ns3/yans-wifi-helper.h" |
35 #include "ns3/nqos-wifi-mac-helper.h" |
35 #include "ns3/nqos-wifi-mac-helper.h" |
36 #include <math.h> |
36 #include <cmath> |
37 |
37 |
38 using namespace ns3; |
38 using namespace ns3; |
39 |
39 |
40 NS_LOG_COMPONENT_DEFINE ("BasicEnergyModelTestSuite"); |
40 NS_LOG_COMPONENT_DEFINE ("BasicEnergyModelTestSuite"); |
41 |
41 |