A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
CollisionExperiment Class Reference

CollisionExperiment. More...

+ Collaboration diagram for CollisionExperiment:

Classes

struct  Input
 Input structure. More...
 
struct  Output
 Output structure. More...
 

Public Member Functions

 CollisionExperiment ()
 
CollisionExperiment::Output Run (CollisionExperiment::Input input)
 Run function.
 

Private Member Functions

void Receive (Ptr< const WifiPsdu > psdu, RxSignalInfo rxSignalInfo, const WifiTxVector &txVector, const std::vector< bool > &statusPerMpdu)
 Receive function.
 
void SendA () const
 Send A function.
 
void SendB () const
 Send B function.
 

Private Attributes

uint32_t m_flowIdA
 flow ID A
 
uint32_t m_flowIdB
 flow ID B
 
Input m_input
 input
 
Output m_output
 output
 
Ptr< WifiPhym_txA
 transmit A
 
Ptr< WifiPhym_txB
 transmit B
 

Detailed Description

CollisionExperiment.

Definition at line 148 of file wifi-phy-test.cc.

Constructor & Destructor Documentation

◆ CollisionExperiment()

CollisionExperiment::CollisionExperiment ( )

Definition at line 251 of file wifi-phy-test.cc.

Member Function Documentation

◆ Receive()

void CollisionExperiment::Receive ( Ptr< const WifiPsdu psdu,
RxSignalInfo  rxSignalInfo,
const WifiTxVector txVector,
const std::vector< bool > &  statusPerMpdu 
)
private

Receive function.

Parameters
psduthe PSDU
rxSignalInfothe info on the received signal (
See also
RxSignalInfo)
Parameters
txVectorthe wifi transmit vector
statusPerMpdureception status per MPDU

Definition at line 232 of file wifi-phy-test.cc.

References ns3::Create(), and PsrExperiment::m_output.

Referenced by Run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Run()

◆ SendA()

void CollisionExperiment::SendA ( ) const
private

Send A function.

Definition at line 208 of file wifi-phy-test.cc.

References ns3::Create(), PsrExperiment::m_input, ns3::WifiTxVector::SetMode(), ns3::WifiTxVector::SetPreambleType(), ns3::WifiTxVector::SetTxPowerLevel(), and ns3::WIFI_PREAMBLE_LONG.

Referenced by Run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SendB()

void CollisionExperiment::SendB ( ) const
private

Send B function.

Definition at line 220 of file wifi-phy-test.cc.

References ns3::Create(), PsrExperiment::m_input, ns3::WifiTxVector::SetMode(), ns3::WifiTxVector::SetPreambleType(), ns3::WifiTxVector::SetTxPowerLevel(), and ns3::WIFI_PREAMBLE_LONG.

Referenced by Run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_flowIdA

uint32_t CollisionExperiment::m_flowIdA
private

flow ID A

Definition at line 201 of file wifi-phy-test.cc.

Referenced by Run().

◆ m_flowIdB

uint32_t CollisionExperiment::m_flowIdB
private

flow ID B

Definition at line 202 of file wifi-phy-test.cc.

Referenced by Run().

◆ m_input

Input CollisionExperiment::m_input
private

input

Definition at line 203 of file wifi-phy-test.cc.

Referenced by Run().

◆ m_output

Output CollisionExperiment::m_output
private

output

Definition at line 204 of file wifi-phy-test.cc.

Referenced by Run().

◆ m_txA

Ptr<WifiPhy> CollisionExperiment::m_txA
private

transmit A

Definition at line 199 of file wifi-phy-test.cc.

Referenced by Run().

◆ m_txB

Ptr<WifiPhy> CollisionExperiment::m_txB
private

transmit B

Definition at line 200 of file wifi-phy-test.cc.

Referenced by Run().


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