#include "ns3/boolean.h"
#include "ns3/command-line.h"
#include "ns3/config.h"
#include "ns3/double.h"
#include "ns3/gnuplot.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/log.h"
#include "ns3/mobility-helper.h"
#include "ns3/mobility-model.h"
#include "ns3/on-off-helper.h"
#include "ns3/packet-sink-helper.h"
#include "ns3/ssid.h"
#include "ns3/string.h"
#include "ns3/uinteger.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/yans-wifi-helper.h"
Go to the source code of this file.
Classes | |
class | NodeStatistics |
Class to collect node statistics. More... | |
Functions | |
void | RateCallback (uint64_t oldRate, uint64_t newRate) |
Callback for 'Rate' trace source. | |
$ ./ns3 run "wifi-rate-adaptation-distance [Program Options]"
--staManager
--apManager
--standard
--shortGuardInterval
--channelWidth
--rtsThreshold
--BeMaxAmpduSize
--outputFileName
--steps
--stepsTime
--stepsSize
--AP1_x
--AP1_y
--STA1_x
--STA1_y
Definition in file wifi-rate-adaptation-distance.cc.
void RateCallback | ( | uint64_t | oldRate, |
uint64_t | newRate ) |
Callback for 'Rate' trace source.
oldRate | old MCS rate (bits/sec) |
newRate | new MCS rate (bits/sec) |
Definition at line 169 of file wifi-rate-adaptation-distance.cc.
References NS_LOG_INFO.