A Discrete-Event Network Simulator
API
InterferenceExperiment Class Reference
+ Collaboration diagram for InterferenceExperiment:

Classes

struct  Input
 

Public Member Functions

 InterferenceExperiment ()
 
void Run (struct InterferenceExperiment::Input input)
 

Private Member Functions

void SendA (void) const
 
void SendB (void) const
 

Private Attributes

struct Input m_input
 
Ptr< YansWifiPhym_txA
 
Ptr< YansWifiPhym_txB
 

Detailed Description

Definition at line 72 of file test-interference-helper.cc.

Constructor & Destructor Documentation

InterferenceExperiment::InterferenceExperiment ( )

Definition at line 122 of file test-interference-helper.cc.

Member Function Documentation

void InterferenceExperiment::SendA ( void  ) const
private

Definition at line 103 of file test-interference-helper.cc.

References ns3::WifiTxVector::SetTxPowerLevel().

Referenced by Run().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void InterferenceExperiment::SendB ( void  ) const
private

Definition at line 113 of file test-interference-helper.cc.

References ns3::WifiTxVector::SetTxPowerLevel().

Referenced by Run().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

struct Input InterferenceExperiment::m_input
private

Definition at line 99 of file test-interference-helper.cc.

Referenced by Run().

Ptr<YansWifiPhy> InterferenceExperiment::m_txA
private

Definition at line 97 of file test-interference-helper.cc.

Referenced by Run().

Ptr<YansWifiPhy> InterferenceExperiment::m_txB
private

Definition at line 98 of file test-interference-helper.cc.

Referenced by Run().


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