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