OfdmSendParams class. More...
#include "send-params.h"
Public Member Functions | |
OfdmSendParams (Ptr< PacketBurst > burst, uint8_t modulationType, uint8_t direction) | |
Constructor. | |
~OfdmSendParams () override | |
Ptr< PacketBurst > | GetBurst () const |
uint8_t | GetDirection () const |
uint8_t | GetModulationType () const |
![]() | |
SendParams () | |
virtual | ~SendParams () |
Private Attributes | |
Ptr< PacketBurst > | m_burst |
packet burst | |
uint8_t | m_direction |
direction | |
uint8_t | m_modulationType |
modulation type | |
OfdmSendParams class.
Definition at line 67 of file send-params.h.
ns3::OfdmSendParams::OfdmSendParams | ( | Ptr< PacketBurst > | burst, |
uint8_t | modulationType, | ||
uint8_t | direction | ||
) |
Constructor.
burst | packet burst object |
modulationType | modulation type |
direction | the direction |
Definition at line 37 of file send-params.cc.
|
override |
Definition at line 45 of file send-params.cc.
|
inline |
Definition at line 83 of file send-params.h.
References m_burst.
Referenced by ns3::SimpleOfdmWimaxPhy::Send().
|
inline |
Definition at line 99 of file send-params.h.
References m_direction.
Referenced by ns3::SimpleOfdmWimaxPhy::Send().
|
inline |
Definition at line 91 of file send-params.h.
References m_modulationType.
Referenced by ns3::SimpleOfdmWimaxPhy::Send().
|
private |
|
private |
|
private |