#include "ns3/core-module.h"#include "ns3/internet-module.h"#include "ns3/mobility-module.h"#include "ns3/wifi-module.h"#include "ns3/applications-module.h"#include "ns3/stats-module.h"#include "ns3/flow-monitor-module.h"
Include dependency graph for power-adaptation-interference.cc:Go to the source code of this file.
Classes | |
| class | NodeStatistics |
Functions | |
| void | PowerCallback (std::string path, double oldPower, double newPower, Mac48Address dest) |
| void | RateCallback (std::string path, DataRate oldRate, DataRate newRate, Mac48Address dest) |
Variables | |
| static const uint32_t | packetSize = 1420 |
| void PowerCallback | ( | std::string | path, |
| double | oldPower, | ||
| double | newPower, | ||
| Mac48Address | dest | ||
| ) |
Definition at line 314 of file power-adaptation-interference.cc.
References ns3::Simulator::Now(), and NS_LOG_INFO.
Here is the call graph for this function:| void RateCallback | ( | std::string | path, |
| DataRate | oldRate, | ||
| DataRate | newRate, | ||
| Mac48Address | dest | ||
| ) |
Definition at line 319 of file power-adaptation-interference.cc.
References ns3::Simulator::Now(), and NS_LOG_INFO.
Here is the call graph for this function:
|
static |
Definition at line 72 of file power-adaptation-interference.cc.