#include "ns3/traced-value.h"
#include "ns3/wifi-remote-station-manager.h"
#include <fstream>
#include <map>
Go to the source code of this file.
Classes | |
class | ns3::MinstrelWifiManager |
Implementation of Minstrel Rate Control Algorithm. More... | |
struct | ns3::MinstrelWifiRemoteStation |
hold per-remote-station state for Minstrel Wifi manager. More... | |
struct | ns3::RateInfo |
A struct to contain all information related to a data rate. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::vector< RateInfo > | ns3::MinstrelRate |
Data structure for a Minstrel Rate table A vector of a struct RateInfo. | |
typedef std::vector< std::vector< uint8_t > > | ns3::SampleRate |
Data structure for a Sample Rate table A vector of a vector uint8_t. | |