SignalNoiseDbm structure. More...
#include "phy-entity.h"
Public Attributes | |
double | noise |
noise power in dBm | |
double | signal |
signal strength in dBm | |
SignalNoiseDbm structure.
Definition at line 55 of file phy-entity.h.
double ns3::SignalNoiseDbm::noise |
noise power in dBm
Definition at line 58 of file phy-entity.h.
Referenced by ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::PhyEntity::GetReceptionStatus(), and MonitorSniffRx().
double ns3::SignalNoiseDbm::signal |
signal strength in dBm
Definition at line 57 of file phy-entity.h.
Referenced by ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::PhyEntity::GetReceptionStatus(), and MonitorSniffRx().