A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
WifiInterferenceTestCase Class Reference
+ Inheritance diagram for WifiInterferenceTestCase:
+ Collaboration diagram for WifiInterferenceTestCase:

Public Member Functions

 WifiInterferenceTestCase ()
virtual ~WifiInterferenceTestCase ()
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()

Private Member Functions

virtual void DoRun (void)
void PrintEndSync (std::string context, uint32_t dataRate, double snr, double per)
void ReceivePacket (Ptr< Socket > socket)
double WifiSimpleInterference (std::string phyMode, double Prss, double Irss, double delta, uint32_t PpacketSize, uint32_t IpacketSize, bool verbose, InternetStackHelper internet)

Static Private Member Functions

static void GenerateTraffic (Ptr< Socket > socket, uint32_t pktSize, uint32_t pktCount, Time pktInterval)

Private Attributes

uint32_t m_DataRate
double m_PER
double m_SNR

Additional Inherited Members

- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
void AddTestCase (TestCase *testCase)
 Add an individual test case to this test suite.
std::string CreateDataDirFilename (std::string filename)
std::string CreateTempDirFilename (std::string filename)
bool GetErrorStatus (void) const NS_DEPRECATED
std::string GetName (void) const
bool IsStatusFailure (void) const
bool IsStatusSuccess (void) const
bool MustAssertOnFailure (void) const
bool MustContinueOnFailure (void) const
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
void SetDataDir (std::string directory)

Detailed Description

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

Constructor & Destructor Documentation

WifiInterferenceTestCase::WifiInterferenceTestCase ( )

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

WifiInterferenceTestCase::~WifiInterferenceTestCase ( )
virtual

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

Member Function Documentation

void WifiInterferenceTestCase::DoRun ( void  )
privatevirtual

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

References NS_TEST_ASSERT_MSG_EQ, verbose, and WifiSimpleInterference().

+ Here is the call graph for this function:

void WifiInterferenceTestCase::GenerateTraffic ( Ptr< Socket socket,
uint32_t  pktSize,
uint32_t  pktCount,
Time  pktInterval 
)
staticprivate

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

References ns3::Socket::Close(), and ns3::Socket::Send().

Referenced by WifiSimpleInterference().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void WifiInterferenceTestCase::PrintEndSync ( std::string  context,
uint32_t  dataRate,
double  snr,
double  per 
)
private

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

References m_DataRate, m_PER, m_SNR, and NS_LOG_UNCOND.

Referenced by WifiSimpleInterference().

+ Here is the caller graph for this function:

void WifiInterferenceTestCase::ReceivePacket ( Ptr< Socket socket)
private

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

References NS_LOG_UNCOND, and PrintReceivedPacket().

Referenced by WifiSimpleInterference().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

double WifiInterferenceTestCase::WifiSimpleInterference ( std::string  phyMode,
double  Prss,
double  Irss,
double  delta,
uint32_t  PpacketSize,
uint32_t  IpacketSize,
bool  verbose,
InternetStackHelper  internet 
)
private

Member Data Documentation

uint32_t WifiInterferenceTestCase::m_DataRate
private

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

Referenced by PrintEndSync(), and WifiSimpleInterference().

double WifiInterferenceTestCase::m_PER
private

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

Referenced by PrintEndSync(), and WifiSimpleInterference().

double WifiInterferenceTestCase::m_SNR
private

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

Referenced by PrintEndSync(), and WifiSimpleInterference().


The documentation for this class was generated from the following file: