The SendParams class defines the parameters with which Send() function of a particular PHY is called. More...
#include "send-params.h"
Public Member Functions | |
SendParams () | |
virtual | ~SendParams () |
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 41 of file send-params.h.
ns3::SendParams::SendParams | ( | ) |
Definition at line 27 of file send-params.cc.
|
virtual |
Definition at line 31 of file send-params.cc.