#include "ns3/nstime.h"
#include "ns3/wifi-spectrum-value-helper.h"
#include "wifi-tx-vector.h"
#include <map>
Go to the source code of this file.
Classes | |
class | ns3::Event |
handles interference calculations More... | |
class | ns3::InterferenceHelper |
handles interference calculations More... | |
class | ns3::InterferenceHelper::NiChange |
Noise and Interference (thus Ni) event. More... | |
struct | ns3::InterferenceHelper::SnrPer |
Signal event for a PPDU. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::map< WifiSpectrumBand, double > | ns3::RxPowerWattPerChannelBand |
A map of the received power (Watts) for each band. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const Event &event) |
Stream insertion operator. More... | |