Declaration of: More...
#include "wifi-mpdu-type.h"
#include "wifi-phy-band.h"
#include "wifi-ppdu.h"
#include "wifi-tx-vector.h"
#include "ns3/event-id.h"
#include "ns3/nstime.h"
#include "ns3/simple-ref-count.h"
#include <list>
#include <map>
#include <optional>
#include <tuple>
#include <utility>
Go to the source code of this file.
Classes | |
struct | ns3::MpduInfo |
MpduInfo structure. More... | |
class | ns3::PhyEntity |
Abstract class for PHY entities. More... | |
struct | ns3::PhyEntity::PhyFieldRxStatus |
Status of the reception of the PPDU field. More... | |
struct | ns3::RxSignalInfo |
RxSignalInfo structure containing info on the received signal. More... | |
struct | ns3::SignalNoiseDbm |
SignalNoiseDbm structure. More... | |
struct | ns3::PhyEntity::SnrPer |
A struct for both SNR and PER. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
using | ns3::RxPowerWattPerChannelBand = std::map< WifiSpectrumBandInfo, double > |
A map of the received power (Watts) for each band. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const PhyEntity::PhyFieldRxStatus &status) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const PhyEntity::PhyRxFailureAction &action) |
Stream insertion operator. More... | |
Declaration of:
Definition in file phy-entity.h.