#include "ns3/nstime.h"
#include "ns3/random-variable-stream.h"
#include "ns3/wifi-remote-station-manager.h"
Go to the source code of this file.
Classes | |
class | ns3::RrpaaWifiManager |
struct | ns3::WifiRrpaaThresholds |
Robust Rate and Power Adaptation Algorithm. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::vector< std::vector< double > > | ns3::RrpaaProbabilitiesTable |
List of probabilities. More... | |
typedef std::vector< std::pair< WifiRrpaaThresholds, WifiMode > > | ns3::RrpaaThresholdsTable |
List of thresholds for each mode. More... | |