A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
phy-entity.h File Reference

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>
+ Include dependency graph for phy-entity.h:
+ This graph shows which files directly or indirectly include this file:

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

namespace  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.
 

Functions

std::ostream & ns3::operator<< (std::ostream &os, const PhyEntity::PhyFieldRxStatus &status)
 Stream insertion operator.
 
std::ostream & ns3::operator<< (std::ostream &os, const PhyEntity::PhyRxFailureAction &action)
 Stream insertion operator.
 

Detailed Description

Declaration of:

Definition in file phy-entity.h.