#include "phy-entity.h"
#include "frame-capture-model.h"
#include "interference-helper.h"
#include "preamble-detection-model.h"
#include "spectrum-wifi-phy.h"
#include "wifi-psdu.h"
#include "wifi-spectrum-signal-parameters.h"
#include "wifi-utils.h"
#include "ns3/assert.h"
#include "ns3/data-rate.h"
#include "ns3/log.h"
#include "ns3/packet.h"
#include "ns3/simulator.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | NS_LOG_APPEND_CONTEXT WIFI_PHY_NS_LOG_APPEND_CONTEXT(m_wifiPhy) |
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. | |
#define NS_LOG_APPEND_CONTEXT WIFI_PHY_NS_LOG_APPEND_CONTEXT(m_wifiPhy) |
Definition at line 31 of file phy-entity.cc.