A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
wifi-interference-test-suite.cc File Reference
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include "ns3/log.h"
#include "ns3/callback.h"
#include "ns3/abort.h"
#include "ns3/test.h"
#include "ns3/pcap-file.h"
#include "ns3/config.h"
#include "ns3/string.h"
#include "ns3/uinteger.h"
#include "ns3/double.h"
#include "ns3/data-rate.h"
#include "ns3/inet-socket-address.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/tcp-socket-factory.h"
#include "ns3/yans-wifi-helper.h"
#include "ns3/propagation-loss-model.h"
#include "ns3/propagation-delay-model.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/yans-wifi-phy.h"
#include "ns3/wifi-net-device.h"
#include "ns3/mobility-helper.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/nqos-wifi-mac-helper.h"
#include "ns3/simulator.h"
+ Include dependency graph for wifi-interference-test-suite.cc:

Go to the source code of this file.

Classes

class  WifiInterferenceTestCase
 
class  WifiInterferenceTestSuite
 

Functions

 NS_LOG_COMPONENT_DEFINE ("WifiInterferenceTestSuite")
 
static std::string PrintReceivedPacket (Ptr< Socket > socket)
 

Variables

static WifiInterferenceTestSuite wifiInterferenceTestSuite
 

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "WifiInterferenceTestSuite"  )
static std::string PrintReceivedPacket ( Ptr< Socket socket)
inlinestatic

Definition at line 81 of file wifi-interference-test-suite.cc.

References ns3::InetSocketAddress::GetIpv4(), ns3::InetSocketAddress::GetPort(), and ns3::Socket::GetSockName().

Referenced by WifiInterferenceTestCase::ReceivePacket().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

WifiInterferenceTestSuite wifiInterferenceTestSuite
static

Definition at line 313 of file wifi-interference-test-suite.cc.