A Discrete-Event Network Simulator
API
ns3::SendParams Class Reference

The SendParams class defines the parameters with which Send() function of a particular PHY is called. More...

#include "send-params.h"

+ Inheritance diagram for ns3::SendParams:

Public Member Functions

 SendParams ()
 
virtual ~SendParams ()
 

Detailed Description

The SendParams class defines the parameters with which Send() function of a particular PHY is called.

The sole purpose of this class is to allow defining the pure virtual Send() function in the PHY base-class (WimaxPhy). This class shall be sub-classed every time a new PHY is integrated (i.e., a new sub-class of WimaxPhy is created) which requires different or additional parameters to call its Send() function. For example as it is seen here, it has been sub-classed for the OFDM PHY layer since its Send() function requires two additional parameters.

Definition at line 43 of file send-params.h.

Constructor & Destructor Documentation

◆ SendParams()

ns3::SendParams::SendParams ( void  )

Definition at line 26 of file send-params.cc.

◆ ~SendParams()

ns3::SendParams::~SendParams ( void  )
virtual

Definition at line 30 of file send-params.cc.


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