A Discrete-Event Network Simulator
API
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
PsrExperiment Class Reference

PsrExperiment. More...

Classes

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

Public Member Functions

 PsrExperiment ()
 
struct PsrExperiment::Output Run (struct PsrExperiment::Input input)
 Run function. More...
 

Private Member Functions

void Receive (Ptr< Packet > p, double snr, WifiTxVector txVector)
 Send receive function. More...
 
void Send (void)
 Send function. More...
 

Private Attributes

struct Input m_input
 input More...
 
struct Output m_output
 output More...
 
Ptr< WifiPhym_tx
 transmit More...
 

Detailed Description

PsrExperiment.

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

Constructor & Destructor Documentation

◆ PsrExperiment()

PsrExperiment::PsrExperiment ( )

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

Member Function Documentation

◆ Receive()

void PsrExperiment::Receive ( Ptr< Packet p,
double  snr,
WifiTxVector  txVector 
)
private

Send receive function.

Parameters
pthe packet
snrthe SNR
txVectorthe wifi transmit vector

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

Referenced by Run().

◆ Run()

struct PsrExperiment::Output PsrExperiment::Run ( struct PsrExperiment::Input  input)

◆ Send()

void PsrExperiment::Send ( void  )
private

Member Data Documentation

◆ m_input

struct Input PsrExperiment::m_input
private

input

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

Referenced by Run(), CollisionExperiment::SendA(), and CollisionExperiment::SendB().

◆ m_output

struct Output PsrExperiment::m_output
private

output

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

Referenced by CollisionExperiment::Receive(), and Run().

◆ m_tx

Ptr<WifiPhy> PsrExperiment::m_tx
private

transmit

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

Referenced by Run().


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