#include "wifi-phy.h"
#include "wifi-mode.h"
#include "wifi-channel.h"
#include "wifi-preamble.h"
#include "ns3/simulator.h"
#include "ns3/packet.h"
#include "ns3/assert.h"
#include "ns3/log.h"
#include "ns3/double.h"
#include "ns3/uinteger.h"
#include "ns3/enum.h"
#include "ns3/trace-source-accessor.h"
#include <cmath>
Go to the source code of this file.
Classes | |
class | anonymous_namespace{wifi-phy.cc}::Constructor |
Namespaces | |
namespace | anonymous_namespace{wifi-phy.cc} |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |
Functions | |
NS_LOG_COMPONENT_DEFINE ("WifiPhy") | |
ns3::NS_OBJECT_ENSURE_REGISTERED (WifiPhy) | |
std::ostream & | ns3::operator<< (std::ostream &os, enum WifiPhy::State state) |
Variables | |
static class anonymous_namespace{wifi-phy.cc}::Constructor | anonymous_namespace{wifi-phy.cc}::g_constructor |
NS_LOG_COMPONENT_DEFINE | ( | "WifiPhy" | ) |