#include <sstream>
#include <fstream>
#include "ns3/core-module.h"
#include "ns3/network-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"
Go to the source code of this file.
Classes | |
class | NodeStatistics |
Functions | |
void | PowerCallback (std::string path, uint8_t power, Mac48Address dest) |
void | RateCallback (std::string path, uint32_t rate, Mac48Address dest) |
Variables | |
static const uint32_t | packetSize = 1420 |
void PowerCallback | ( | std::string | path, |
uint8_t | power, | ||
Mac48Address | dest | ||
) |
Definition at line 322 of file power-adaptation-interference.cc.
References ns3::Simulator::Now(), and NS_LOG_INFO.
void RateCallback | ( | std::string | path, |
uint32_t | rate, | ||
Mac48Address | dest | ||
) |
Definition at line 328 of file power-adaptation-interference.cc.
References ns3::Simulator::Now(), and NS_LOG_INFO.
|
static |
Definition at line 76 of file power-adaptation-interference.cc.