#include "ns3/packet.h"
#include "ns3/simulator.h"
#include "ns3/mobility-model.h"
#include "ns3/net-device.h"
#include "ns3/node.h"
#include "ns3/log.h"
#include "ns3/pointer.h"
#include "ns3/object-factory.h"
#include "ns2ext-wifi-channel.h"
#include <vector>
#include <stdint.h>
#include "ns3/channel.h"
#include "ns3/attribute-list.h"
#include "wifi-mode.h"
#include "wifi-preamble.h"
#include "ns3/callback.h"
#include "ns3/event-id.h"
#include "ns3/object.h"
#include "ns3/traced-callback.h"
#include "ns3/nstime.h"
#include "ns3/ptr.h"
#include "ns3/random-variable.h"
#include "wifi-phy.h"
#include "wifi-phy-standard.h"
#include "interference-helper.h"
#include "propagation-loss-model.h"
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
NS_LOG_COMPONENT_DEFINE ("Ns2ExtWifiChannel") |
NS_LOG_COMPONENT_DEFINE | ( | "Ns2ExtWifiChannel" | ) |